[llvm] [Verifier] Add checks for loop metadata nodes (PR #182252)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 19 05:52:10 PST 2026
================
@@ -38,9 +38,9 @@ attributes #0 = { noinline optnone }
!0 = distinct !{!0, !1, !2, !3}
!1 = !{!"llvm.loop.unroll.enable"}
-!2 = !{!"llvm.loop.distribute.enable"}
+!2 = !{!"llvm.loop.distribute.enable", i1 1}
----------------
arsenm wrote:
Syntax cleanups should be done separately
https://github.com/llvm/llvm-project/pull/182252
More information about the llvm-commits
mailing list