This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Remove SExtWRemovalCands set from RISCVSExtWRemoval.
ClosedPublic

Authored by craig.topper on Nov 15 2022, 9:32 AM.

Details

Summary

After D137970, we do the fixable instruction conversion in place
so we don't need to worry about iterator invalidation. This lets
us to conversion and updates in a single loop.

Diff Detail

Event Timeline

craig.topper created this revision.Nov 15 2022, 9:32 AM
craig.topper requested review of this revision.Nov 15 2022, 9:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 15 2022, 9:32 AM
reames accepted this revision.Nov 21 2022, 8:42 AM

LGTM once dependent patch is ready.

This revision is now accepted and ready to land.Nov 21 2022, 8:42 AM