This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Support SB/SH/SW in isAllUsesReadW in RISCVSExtWRemoval.
ClosedPublic

Authored by craig.topper on Nov 4 2022, 10:35 AM.

Details

Summary

After D137446 we can see which operand is the user. If the user
is the value operand of a SB/SH/SW then the upper 32 bits aren't
used.

Diff Detail

Event Timeline

craig.topper created this revision.Nov 4 2022, 10:35 AM
craig.topper requested review of this revision.Nov 4 2022, 10:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 4 2022, 10:35 AM
asb accepted this revision.Nov 9 2022, 8:15 AM

LGTM.

This revision is now accepted and ready to land.Nov 9 2022, 8:15 AM
This revision was landed with ongoing or failed builds.Nov 9 2022, 11:33 AM
This revision was automatically updated to reflect the committed changes.