summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/test-shrink-bug.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix the x86 test-shrink optimization so that it doesn't shrink comparisonsDan Gohman2009-10-091-0/+23
when one of the bits being tested would end up being the sign bit in the narrower type, and a signed comparison is being performed, since this would change the result of the signed comparison. This fixes PR5132. llvm-svn: 83670
OpenPOWER on IntegriCloud