[Mlir-commits] [mlir] [mlir] Use free op create functions. NFC. (PR #157374)

Maksim Levental llvmlistbot at llvm.org
Sun Sep 7 19:25:42 PDT 2025


makslevental wrote:

fixed here https://github.com/llvm/llvm-project/commit/27af6bc240a64bbf03d97976fe306b58101b8011

FYI the issue is due to `InsertValueOp` takes either `DenseI64ArrayAttr position` or `ArrayRef<int64_t> position` both which are reference types and thus accept `nullptr` which on some platforms is coercible from `0`.

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


More information about the Mlir-commits mailing list