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

Layton Kifer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 24 23:24:04 PDT 2020


laytonio 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
----------------
Large regressions here unfortunately.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90113



More information about the llvm-commits mailing list