[PATCH] D131260: [DAG] select Cond, -1, C --> or (sext Cond), C if Cond is MVT::i1
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 11 02:56:40 PDT 2022
RKSimon 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
----------------
regression?
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