[llvm] [RISCV] Separate the analysis part of RISCVInsertVSETVLI. (PR #149574)

Mikhail Gudim via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 21 08:44:45 PDT 2025


================
@@ -65,6 +65,7 @@ add_llvm_target(RISCVCodeGen
   RISCVTargetMachine.cpp
   RISCVTargetObjectFile.cpp
   RISCVTargetTransformInfo.cpp
+  RISCVVConfigAnalysis.cpp
----------------
mgudim wrote:

I also we can come up with a better name. "VTypeAnalysis" doesn't have "VL" in it.

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


More information about the llvm-commits mailing list