[PATCH] D76135: [MachineLICM] Don't treat cross copies as cheap

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 16 03:53:19 PDT 2020


dmgreen updated this revision to Diff 250503.
dmgreen added a comment.

Now using TargetRegisterInfo::shareSameRegisterFile.


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

https://reviews.llvm.org/D76135

Files:
  llvm/include/llvm/CodeGen/TargetRegisterInfo.h
  llvm/lib/CodeGen/DetectDeadLanes.cpp
  llvm/lib/CodeGen/MachineLICM.cpp
  llvm/lib/CodeGen/TargetRegisterInfo.cpp
  llvm/test/CodeGen/AMDGPU/idiv-licm.ll
  llvm/test/CodeGen/AMDGPU/sdiv64.ll
  llvm/test/CodeGen/AMDGPU/sdwa-peephole.ll
  llvm/test/CodeGen/AMDGPU/srem64.ll
  llvm/test/CodeGen/AMDGPU/udiv64.ll
  llvm/test/CodeGen/AMDGPU/urem64.ll
  llvm/test/CodeGen/Thumb2/mve-floatregloops.ll
  llvm/test/CodeGen/Thumb2/mve-pred-threshold.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76135.250503.patch
Type: text/x-patch
Size: 83063 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200316/1aeed34a/attachment.bin>


More information about the llvm-commits mailing list