[llvm] [LV][RFC] Generating conditional VPBB that will be skip when the mask is inactive in VPlan. (PR #141900)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 2 21:06:29 PDT 2025
================
@@ -146,6 +146,8 @@ class RISCVTTIImpl : public BasicTTIImplBase<RISCVTTIImpl> {
return false;
}
+ bool preferFlattenControlFlow() const { return false; }
----------------
wangpc-pp wrote:
We should make the decision based on branch probability?
https://github.com/llvm/llvm-project/pull/141900
More information about the llvm-commits
mailing list