[llvm] [VPlan] Always consider register pressure on RISC-V (PR #156951)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 10 12:57:58 PDT 2025
================
@@ -393,6 +393,10 @@ static cl::opt<bool> EnableEarlyExitVectorization(
cl::desc(
"Enable vectorization of early exit loops with uncountable exits."));
+static cl::opt<bool> ConsiderRegPressure(
+ "vectorizer-consider-reg-pressure", cl::init(false), cl::Hidden,
----------------
fhahn wrote:
Looks like the testing for the new flag is still missing?
https://github.com/llvm/llvm-project/pull/156951
More information about the llvm-commits
mailing list