[PATCH] D131260: [DAG] select Cond, -1, C --> or (sext Cond), C if Cond is MVT::i1

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 06:00:19 PDT 2022


deadalnix added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/ppc64-P9-setb.ll:1212
+; CHECK-PWR8-NEXT:    isel r3, 0, r3, 4*cr1+eq
 ; CHECK-PWR8-NEXT:    blr
   %t1 = fcmp nnan oeq double %b, %a
----------------
RKSimon wrote:
> regression?
I have no idea, but  think so.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131260



More information about the llvm-commits mailing list