[llvm] [LV][RFC] Generating conditional VPBB that will be skip when the mask is inactive in VPlan. (PR #141900)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 15 05:44:48 PST 2025
================
@@ -143,6 +143,8 @@ class RISCVTTIImpl final : public BasicTTIImplBase<RISCVTTIImpl> {
bool shouldConsiderVectorizationRegPressure() const override { return true; }
+ bool preferControlFlow() const override { return false; }
----------------
lukel97 wrote:
Is there any point overriding this if it just returns false?
https://github.com/llvm/llvm-project/pull/141900
More information about the llvm-commits
mailing list