[PATCH] D89187: [AMDGPU] Minimize number of s_mov generated by copyPhysReg

Carl Ritson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 10 23:09:16 PDT 2020


critson updated this revision to Diff 297442.
critson added a comment.

- Merge code generation loops to avoid needing to generate work list
- Fix potential issue when all elements of copy are overwritten
- Fix test file location error


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89187

Files:
  llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
  llvm/test/CodeGen/AMDGPU/opt-sgpr-phys-copy.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89187.297442.patch
Type: text/x-patch
Size: 48893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201011/aeeb9f3d/attachment.bin>


More information about the llvm-commits mailing list