[PATCH] D137685: [VP][RISCV] Add vp.nearbyint and RISC-V support.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 10 22:34:16 PST 2022
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:10808
+
+ // Emit an VFCVT_X_F
+ const TargetRegisterInfo *TRI =
----------------
`an` -> `a`
================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:10821
+
+ // Emit an VFCVT_F_X
+ BuildMI(*BB, MI, DL, TII.get(CVTFOpc))
----------------
`an` -> `a`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137685/new/
https://reviews.llvm.org/D137685
More information about the llvm-commits
mailing list