This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Enable CSE of G_SELECT
ClosedPublic

Authored by arsenm on Nov 21 2022, 12:55 PM.

Details

Summary

Stop trying to delete a select in one combine since it would
be deleting the CSE'd instruction if that happened.

Diff Detail

Event Timeline

arsenm created this revision.Nov 21 2022, 12:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 21 2022, 12:55 PM
arsenm requested review of this revision.Nov 21 2022, 12:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 21 2022, 12:55 PM
Herald added a subscriber: wdng. · View Herald Transcript
paquette accepted this revision.Dec 6 2022, 9:48 AM

:GTM

This revision is now accepted and ready to land.Dec 6 2022, 9:48 AM