[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:

The point of this PR is to have a common format for boolean named metdata. disable/enable is used by other loop passes and `enable=0` to switch off was found confusing (could be interpreted as "not explicitly enable" instead of "disable" which it actually means.)

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


More information about the Mlir-commits mailing list