This is an archive of the discontinued LLVM Phabricator instance.

[IRBuilder] Migrate icmp-folding to value-based FoldICmp.
ClosedPublic

Authored by fhahn on Jan 10 2022, 12:48 PM.

Diff Detail

Event Timeline

fhahn created this revision.Jan 10 2022, 12:48 PM
fhahn requested review of this revision.Jan 10 2022, 12:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 10 2022, 12:48 PM
nikic accepted this revision.Jan 10 2022, 12:54 PM

LGTM

This revision is now accepted and ready to land.Jan 10 2022, 12:54 PM
fhahn updated this revision to Diff 399278.Jan 12 2022, 2:51 AM

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

lebedev.ri accepted this revision.Jan 12 2022, 2:52 AM
This revision was landed with ongoing or failed builds.Jan 12 2022, 4:38 AM
This revision was automatically updated to reflect the committed changes.

I wrote
https://github.com/llvm/llvm-project/issues/55100
about a crash starting to happen with this patch.

Herald added a project: Restricted Project. · View Herald TranscriptApr 26 2022, 3:50 AM