[llvm] [LoopVectorizer] Prune VFs based on plan register pressure (PR #132190)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon May 12 06:32:35 PDT 2025
================
@@ -44,7 +44,7 @@ define void @test() {
; AVX2: LV: Found an estimated cost of 4 for VF 4 For instruction: store i64 %valB, ptr %out, align 8
; AVX2: LV: Found an estimated cost of 9 for VF 8 For instruction: store i64 %valB, ptr %out, align 8
; AVX2: LV: Found an estimated cost of 18 for VF 16 For instruction: store i64 %valB, ptr %out, align 8
-; AVX2: LV: Found an estimated cost of 36 for VF 32 For instruction: store i64 %valB, ptr %out, align 8
+; AVX2-NOFAST: LV: Found an estimated cost of 36 for VF 32 For instruction: store i64 %valB, ptr %out, align 8
----------------
RKSimon wrote:
Are we missing a AVX2-FAST check as well?
https://github.com/llvm/llvm-project/pull/132190
More information about the llvm-commits
mailing list