Justin Fargnoli f0265ccb60
[LoopUnroll] Ensure we can accept both llvm.loop.unroll.full and llvm.loop.unroll.enable metadata on the same loop (NFC) (#182381)
Ensure that frontends can request both `PragmaEnable` and `PragmaFull`
semantics on a loop.

FYI: to the best of my knowledge, it's not possible to toggle both
`PragmaEnable` and `PragmaFull` via `clang`.
2026-03-05 16:44:25 +00:00
..