[PATCH] D63477: [PowerPC] exclude ICmpZero Use in LSR in that icmp can be replaced inside hardware loop.

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 18:44:54 PDT 2019


shchenz updated this revision to Diff 205493.
shchenz edited the summary of this revision.
shchenz added a comment.

rebase


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

https://reviews.llvm.org/D63477

Files:
  llvm/include/llvm/Analysis/TargetTransformInfo.h
  llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/lib/Analysis/TargetTransformInfo.cpp
  llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
  llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
  llvm/test/CodeGen/PowerPC/addi-licm.ll
  llvm/test/CodeGen/PowerPC/ctrloop-ne.ll
  llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll
  llvm/test/CodeGen/PowerPC/lsr-ctrloop.ll
  llvm/test/CodeGen/PowerPC/negctr.ll
  llvm/test/CodeGen/PowerPC/stwu-sched.ll
  llvm/test/CodeGen/PowerPC/unal-altivec.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63477.205493.patch
Type: text/x-patch
Size: 19524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190619/13580d05/attachment.bin>


More information about the llvm-commits mailing list