diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-12-17 00:40:05 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-12-17 00:40:05 +0000 |
commit | 4c2b001f1359d10807c89ff0480e8799a1adbe96 (patch) | |
tree | 80f8239550138faa647336bd6b6d0aacb5d36768 /lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | |
parent | caedfbc6ae4cf039721fcfdb6fb16b4e78002500 (diff) |
Revert this dag combine change:
Fold (zext (and x, cst)) -> (and (zext x), cst)
DAG combiner likes to optimize expression in the other way so this would end up cause an infinite looping.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91574 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp')
0 files changed, 0 insertions, 0 deletions