This is an archive of the discontinued LLVM Phabricator instance.

[IRBuilder] Migrate gep-folding to value-based FoldGEP.
ClosedPublic

Authored by fhahn on Jan 11 2022, 9:59 AM.

Diff Detail

Event Timeline

fhahn created this revision.Jan 11 2022, 9:59 AM
fhahn requested review of this revision.Jan 11 2022, 9:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 11 2022, 9:59 AM
lebedev.ri accepted this revision.Jan 11 2022, 2:28 PM
This revision is now accepted and ready to land.Jan 11 2022, 2:28 PM
fhahn updated this revision to Diff 399285.Jan 12 2022, 3:55 AM

Rebased on top of committed parent changes, with SimplifyQuery now being a member of InstSimplifyFolder directly.

This revision was landed with ongoing or failed builds.Jan 14 2022, 3:24 AM
This revision was automatically updated to reflect the committed changes.