This is an archive of the discontinued LLVM Phabricator instance.

[mlir][llvm] Fix replaceImmediateSubElements on LLVMPointerType
ClosedPublic

Authored by Mogball on Oct 21 2022, 2:10 PM.

Details

Summary

This method was assearting on opaque pointers because the element is
null.

Depends on D136498

Diff Detail

Event Timeline

Mogball created this revision.Oct 21 2022, 2:10 PM
Herald added a project: Restricted Project. · View Herald Transcript
Mogball requested review of this revision.Oct 21 2022, 2:10 PM
rriddle accepted this revision.Oct 21 2022, 2:12 PM
This revision is now accepted and ready to land.Oct 21 2022, 2:12 PM
This revision was landed with ongoing or failed builds.Oct 21 2022, 3:13 PM
This revision was automatically updated to reflect the committed changes.