[Mlir-commits] [clang] [llvm] [mlir] Enforce single-operand form for llvm.loop.distribute metadata (PR #201077)
Michael Kruse
llvmlistbot at llvm.org
Thu Jul 2 07:35:16 PDT 2026
================
----------------
Meinersbur wrote:
`opt -passes=verify` runs the verifier multiple times -- before the pass, the pass itself (which is the verifier), after the pass.
However, it seems to be ane established pattern in other verifier tests for some reason, but we should avoid unnecessary work. Please change.
https://github.com/llvm/llvm-project/pull/201077
More information about the Mlir-commits
mailing list