[PATCH] D125968: [AMDGPU] Mark s_getreg as having side effects instead of reading memory

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 10:12:18 PDT 2022


foad added a comment.

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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125968/new/

https://reviews.llvm.org/D125968



More information about the llvm-commits mailing list