[PATCH] D139394: [RISCV] Add support for RISCV XVentanaCondops Extension
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 13 11:58:03 PST 2022
craig.topper accepted this revision.
craig.topper added a comment.
LGTM with the extra RV64 lines removed from the test.
================
Comment at: llvm/test/CodeGen/RISCV/xventanacondops.ll:5
+define i64 @zero1(i64 %rs1, i1 %rc) {
+; RV64-LABEL: zero1:
+; RV64: # %bb.0:
----------------
Please remove the stale RV64 lines.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139394/new/
https://reviews.llvm.org/D139394
More information about the llvm-commits
mailing list