[Mlir-commits] [mlir] [mlir][LLVM] Add support for constant struct with multiple fields (PR #102752)

Sirui Mu llvmlistbot at llvm.org
Wed Aug 21 09:07:49 PDT 2024


Lancern wrote:

> One thing we do not yet check are llvm.struct types nested an llvm.array.

Updated the verifier and added a check that ensures every element type within a struct type is either int or float. Also added a test case for this.

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


More information about the Mlir-commits mailing list