[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 19:24:20 PST 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG44bd8ea167f2: [DAGCombine][PowerPC] Simplify nabs by using legal `smin` operation (authored by lkail).

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.310077.patch
Type: text/x-patch
Size: 7406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201208/91a42477/attachment.bin>


More information about the llvm-commits mailing list