[llvm] [RISCV] Separate the analysis part of RISCVInsertVSETVLI. (PR #149574)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 21 01:42:24 PDT 2025
================
@@ -65,6 +65,7 @@ add_llvm_target(RISCVCodeGen
RISCVTargetMachine.cpp
RISCVTargetObjectFile.cpp
RISCVTargetTransformInfo.cpp
+ RISCVVConfigAnalysis.cpp
----------------
wangpc-pp wrote:
I don't know if this is the best name, because when I saw it, I just wondered "what is the Config?" because I ignored the "V". I don't have a better name, maybe we can just use `RISCVVTypeAnalysis`?
https://github.com/llvm/llvm-project/pull/149574
More information about the llvm-commits
mailing list