[llvm] [PREVIEW-ONLY] RVV support for llvm-exegesis (PR #114149)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 11 16:57:36 PST 2024


================
@@ -198,8 +198,19 @@ char RISCVInsertWriteVXRM::ID = 0;
 INITIALIZE_PASS(RISCVInsertWriteVXRM, DEBUG_TYPE, RISCV_INSERT_WRITE_VXRM_NAME,
                 false, false)
 
+static unsigned getAndCacheRVVMCOpcode(unsigned VPseudoOpcode) {
----------------
topperc wrote:

Is this a compile time fix?

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


More information about the llvm-commits mailing list