[PATCH] D105836: [AMDGPU] Add TII::isIgnorableUse() to allow VOP rematerialization

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 14 12:54:32 PDT 2021


rampitec updated this revision to Diff 358707.
rampitec retitled this revision from "[AMDGPU] Add TII::isAmbientPhysRegUse() to allow VOP rematerialization" to "[AMDGPU] Add TII::isIgnorableUse() to allow VOP rematerialization".
rampitec edited the summary of this revision.
rampitec added a comment.

Renamed callback to `isIgnorableUse()`.


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

https://reviews.llvm.org/D105836

Files:
  llvm/include/llvm/CodeGen/TargetInstrInfo.h
  llvm/lib/CodeGen/LiveRangeEdit.cpp
  llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
  llvm/lib/Target/AMDGPU/SIInstrInfo.h
  llvm/test/CodeGen/AMDGPU/remat-sop.mir
  llvm/test/CodeGen/AMDGPU/remat-vop.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105836.358707.patch
Type: text/x-patch
Size: 5767 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210714/69201242/attachment-0001.bin>


More information about the llvm-commits mailing list