When bit-twiddling CondCode values for integer comparisons produces
authorDan Gohman <gohman@apple.com>
Wed, 14 May 2008 18:17:09 +0000 (18:17 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 14 May 2008 18:17:09 +0000 (18:17 +0000)
commitd64a78c9ed62f2615ca1ea524d1f1942f798c8de
tree69b623e8ffa9455a7a65d1408febf68ba865fb12
parent8ffe2e2156121f8a3edaacea1cf91fc2128f49a9
When bit-twiddling CondCode values for integer comparisons produces
SETOEQ, is it does with (SETEQ & SETULE), map it to SETEQ.

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