Module pliron_llvm::types
source · Expand description
Types defined in the LLVM dialect.
Structs§
- Array type, corresponding to LLVM’s array type.
- An opaque pointer, corresponding to LLVM’s pointer type.
- A field in a StructType.
- Represents a c-like struct type. Limitations and warnings on its usage are similar to that in MLIR.
<https://mlir.llvm.org/docs/Dialects/LLVM/#structure-types>