[Mlir-commits] [mlir] [MLIR][LLVM][DLTI] Handle data layout token 'n32:64' (PR #141299)

Tobias Gysi llvmlistbot at llvm.org
Sun May 25 02:45:11 PDT 2025


https://github.com/gysit approved this pull request.

LGTM

If possible we should use DenseI32ArrayAttr. It is stores the elements using an actual vector of integers which is more efficient and less casting should be necessary.

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


More information about the Mlir-commits mailing list