s_getreg does not interact with anything else that is modelled as a
memory access either in IR or MachineIR.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The motivation here is to cut down on MachineInstrs that are marked as mayLoad or mayStore but do not have memoperands, since passes like SIMemoryLegalizer have to treat them very conservatively.