Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport fix for i686 bug #26

Merged

Commits on Nov 11, 2019

  1. convertToThreeAddress, make sure second operand of SUB32ri is really …

    …an immediate before calling getImm().
    
    It might be a symbol instead. We can't fold those since we can't
    negate them.
    
    Similar for other SUB with immediates.
    
    Fixes PR43529.
    
    llvm-svn: 373397
    topperc authored and mati865 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    fd76f33 View commit details
    Browse the repository at this point in the history