[PATCH] D90113: [DAGCombiner] Fold BinOp into Select containing identity constant

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 30 07:29:18 PST 2022


xbolva00 added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/cmpb.ll:243
+; CHECK-NEXT:    xor 6, 4, 3
+; CHECK-NEXT:    li 5, 0
+; CHECK-NEXT:    andi. 7, 6, 65280
----------------
laytonio wrote:
> Large regressions here unfortunately.
It depends, you should regenerate test checks with current codegen and then commit them.
Then rebase this patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90113/new/

https://reviews.llvm.org/D90113



More information about the llvm-commits mailing list