[PATCH] D92637: [DAGCombine][PowerPC] Simplify nabs by using legal `smin` operation

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 01:59:50 PST 2020


lkail updated this revision to Diff 309838.
lkail added a comment.

Per @RKSimon 's suggestion.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92637

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/test/CodeGen/PowerPC/neg-abs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92637.309838.patch
Type: text/x-patch
Size: 7406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201207/04a5afab/attachment.bin>


More information about the llvm-commits mailing list