[llvm] [LoopUnroll] Ensure we can accept both `llvm.loop.unroll.full` and `llvm.loop.unroll.enable` metadata on the same loop (NFC) (PR #182381)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 4 01:18:39 PST 2026
================
@@ -0,0 +1,80 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -passes=verify,loop-unroll -S < %s | FileCheck %s
----------------
nikic wrote:
```suggestion
; RUN: opt -passes=loop-unroll -S < %s | FileCheck %s
```
verify is implicit
https://github.com/llvm/llvm-project/pull/182381
More information about the llvm-commits
mailing list