[llvm] [LV] Mask off possibly aliasing vector lanes (PR #100579)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 11 05:51:09 PST 2025
================
@@ -2164,6 +2164,53 @@ class BasicTTIImplBase : public TargetTransformInfoImplCRTPBase<T> {
// Otherwise, fallback to default scalarization cost.
break;
}
+ case Intrinsic::loop_dependence_raw_mask:
----------------
fhahn wrote:
I think you should be able to move this to an independent PR, and also test this with dedicated cost-model tests.
https://github.com/llvm/llvm-project/pull/100579
More information about the llvm-commits
mailing list