[PATCH] D132058: [RISCV] Add passthru operand to RISCVISD::SETCC_VL.
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 19 07:29:45 PDT 2022
reames accepted this revision.
reames added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/CodeGen/RISCV/rvv/fceil-sdnode.ll:20
; CHECK-NEXT: flh ft0, %lo(.LCPI0_1)(a0)
-; CHECK-NEXT: vsetvli zero, zero, e16, mf4, ta, ma
-; CHECK-NEXT: vmflt.vv v0, v10, v8, v0.t
----------------
Purely as an aside, the fact we had two redundant vsetvlis and managed to get rid of them after this change is interesting.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132058/new/
https://reviews.llvm.org/D132058
More information about the llvm-commits
mailing list