[X86] convertToThreeAddress, make sure second operand of SUB32ri is really an...
[X86] 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
Loading
Please register or sign in to comment