An OpBuilder already exists for GEPs that does not have any struct indices for existing typed pointers, but no such builder exists for GEPs utilizing opaque pointers that has an explicit basePtrType
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D129376
[mlir][LLVM] Add OpBuilder for opaque pointer GEPs without struct indices ClosedPublic Authored by zero9178 on Jul 8 2022, 8:41 AM.
Details Summary An OpBuilder already exists for GEPs that does not have any struct indices for existing typed pointers, but no such builder exists for GEPs utilizing opaque pointers that has an explicit basePtrType
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jul 15 2022, 10:30 AM Closed by commit rG884d310d8774: [mlir][LLVM] Add OpBuilder for opaque pointer GEPs without struct indices (authored by zero9178). · Explain WhyJul 16 2022, 1:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 443262 mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
|