-
- Downloads
[ARM] Allow CMPZ transforms even if the input has multiple uses.
It looks like this got left in by accident in r289794; I can't think of any reason this check would be necessary. (Maybe it was meant to be a check that the AND has one use? But we check that a few lines earlier.) Differential Revision: https://reviews.llvm.org/D47921 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@334322 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/Target/ARM/ARMISelDAGToDAG.cpp 1 addition, 1 deletionlib/Target/ARM/ARMISelDAGToDAG.cpp
- test/CodeGen/ARM/and-cmpz.ll 18 additions, 0 deletionstest/CodeGen/ARM/and-cmpz.ll
- test/CodeGen/ARM/load_i1_select.ll 1 addition, 1 deletiontest/CodeGen/ARM/load_i1_select.ll
- test/CodeGen/Thumb/thumb-shrink-wrapping.ll 2 additions, 2 deletionstest/CodeGen/Thumb/thumb-shrink-wrapping.ll
Loading
Please register or sign in to comment