OSDN Git Service

Fix for bug reported by Evzen Muller on llvm-commits: make sure to correctly
authorEli Friedman <eli.friedman@gmail.com>
Fri, 30 Jul 2010 06:44:31 +0000 (06:44 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Fri, 30 Jul 2010 06:44:31 +0000 (06:44 +0000)
commitad78a88711979aa84a89a32576b615ff13b3de15
treeb866b05db2593ef00bbfbcbea9a2bafdee9979ce
parent80a098583b3a9754fd83bf93322a8be679ce0036
Fix for bug reported by Evzen Muller on llvm-commits: make sure to correctly
check the range of the constant when optimizing a comparison between a
constant and a sign_extend_inreg node.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109854 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/TargetLowering.cpp
test/CodeGen/X86/2010-07-29-SetccSimplify.ll [new file with mode: 0644]