[llvm] [LV][NFC] Fix "cpu" attribute in some partial-reduce*.ll tests (PR #163518)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 15 01:09:50 PDT 2025


================
@@ -2697,4 +2697,4 @@ for.body:                                         ; preds = %for.body.lr.ph, %fo
 !9 = !{!"llvm.loop.vectorize.predicate.enable", i1 true}
 !10 = !{!"llvm.loop.vectorize.enable", i1 true}
 attributes #0 = { vscale_range(1,16) "target-features"="+sve" }
-attributes #1 = { vscale_range(1,16) "target-features"="+neon,+dotprod,+sve" "cpu"="neoverse-v2" }
+attributes #1 = { vscale_range(1,16) "target-features"="+neon,+dotprod,+sve" "target-cpu"="neoverse-v2" }
----------------
david-arm wrote:

Probably so yeah. I just left the other parameters as they are.

https://github.com/llvm/llvm-project/pull/163518


More information about the llvm-commits mailing list