Skip to content

Commit 4f2c867

Browse files
authored
[LV][NFC] Fix "cpu" attribute in some partial-reduce*.ll tests (llvm#163518)
1 parent ad2986f commit 4f2c867

File tree

2 files changed

+81
-64
lines changed

2 files changed

+81
-64
lines changed

llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2697,4 +2697,4 @@ for.body: ; preds = %for.body.lr.ph, %fo
26972697
!9 = !{!"llvm.loop.vectorize.predicate.enable", i1 true}
26982698
!10 = !{!"llvm.loop.vectorize.enable", i1 true}
26992699
attributes #0 = { vscale_range(1,16) "target-features"="+sve" }
2700-
attributes #1 = { vscale_range(1,16) "target-features"="+neon,+dotprod,+sve" "cpu"="neoverse-v2" }
2700+
attributes #1 = { vscale_range(1,16) "target-features"="+neon,+dotprod,+sve" "target-cpu"="neoverse-v2" }

0 commit comments

Comments
 (0)