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

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 18:53:02 PDT 2019


This revision was automatically updated to reflect the committed changes.
shchenz marked an inline comment as not done.
Closed by commit rL364993: [PowerPC] exclude ICmpZero in LSR if icmp can be replaced in later hardware… (authored by shchenz, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D63477?vs=206776&id=207693#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D63477

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63477.207693.patch
Type: text/x-patch
Size: 19137 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190703/85fddc0d/attachment.bin>


More information about the llvm-commits mailing list