This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Combine (GORCI (GORCI x, C2), C1) -> (GORCI x, C1|C2).
ClosedPublic

Authored by craig.topper on Nov 29 2020, 9:55 PM.

Details

Summary

Unlike GREVI, GORCI stages can't be undone, but they are
redundant if done more than once.

Diff Detail

Event Timeline

craig.topper created this revision.Nov 29 2020, 9:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 29 2020, 9:55 PM
craig.topper requested review of this revision.Nov 29 2020, 9:55 PM
frasercrmck accepted this revision.Nov 30 2020, 2:04 AM

That was next on my TODO list; LGTM.

This revision is now accepted and ready to land.Nov 30 2020, 2:04 AM
This revision was landed with ongoing or failed builds.Nov 30 2020, 8:43 AM
This revision was automatically updated to reflect the committed changes.