summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2013-01-09-DAGCombineBug.ll
AgeCommit message (Expand)Author
2013-03-30DAGCombine: visitXOR can replace a node without returning it, bail out in tha...Benjamin Kramer
2013-01-09Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).Evan Cheng