[llvm] [llvm][Verifier] Ensure we can accept both `llvm.loop.unroll.full` and `llvm.loop.unroll.enable` metadata on the same loop (PR #182381)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 19 19:57:17 PST 2026


================
@@ -0,0 +1,22 @@
+; RUN: opt < %s -passes=verify -S -o /dev/null
----------------
boomanaiden154 wrote:

`-disable-output` I think is more canonical over `-o /dev/null`.

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


More information about the llvm-commits mailing list