This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add RISCVISD opcodes for the rest of get*Addr.
ClosedPublic

Authored by craig.topper on Jun 21 2022, 11:47 PM.

Details

Summary

This adds RISCVISD opccodes for LA, LA_TLS_IE, and LA_TLS_GD to
remove creation of MachineSDNodes form get*Addr. This makes the
code consistent with the previous patches that added RISCVISD::HI,
ADD_LO, LLA, and TPREL_ADD.

Diff Detail

Event Timeline

craig.topper created this revision.Jun 21 2022, 11:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2022, 11:47 PM
craig.topper requested review of this revision.Jun 21 2022, 11:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2022, 11:47 PM
asb accepted this revision.Jun 22 2022, 3:30 AM

LGTM!

This revision is now accepted and ready to land.Jun 22 2022, 3:30 AM
This revision was landed with ongoing or failed builds.Jun 22 2022, 9:21 AM
This revision was automatically updated to reflect the committed changes.