This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

zero9178 created this revision.Jul 8 2022, 8:41 AM
zero9178 requested review of this revision.Jul 8 2022, 8:41 AM

Friendly ping :)

rriddle accepted this revision.Jul 15 2022, 10:30 AM
This revision is now accepted and ready to land.Jul 15 2022, 10:30 AM