diff options
author | Chris Lattner <sabre@nondot.org> | 2008-07-11 04:09:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-07-11 04:09:09 +0000 |
commit | f299184565f5f0ff9e3bbb94dad184fd5a690c2c (patch) | |
tree | 6e7e3a00f3dba4245e3c4c764919a65195c81bd5 /lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | |
parent | 99672cb13061227d182b5b515a7f02ea4d42d4cb (diff) |
Fix a bogus optimization: folding (slt (zext i1 A to i32), 1) -> (slt i1 A, true)
This cause a regression in InstCombine/JavaCompare, which was doing the right
thing on accident. To handle the missed case, generalize the comparisons based
on masked bits a little bit to handle comparisons against the max value. For
example, we can now xform (slt i32 (and X, 4), 4) -> (setne i32 (and X, 4), 4)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53443 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp')
0 files changed, 0 insertions, 0 deletions