[llvm] [VP][RISCV] Introduce vp.lrint/llrint and RISC-V support. (PR #82627)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 18:31:05 PST 2024


================

----------------
topperc wrote:

The code in LegalizeVectorOps except to use the result type when it looks up the type action. We set it as custom for the FP types, but not the integer types. LRINT and LLRINT are in the IntVec section of the RISCVISelLowering.cpp because of this.

https://github.com/llvm/llvm-project/pull/82627


More information about the llvm-commits mailing list