[PATCH] D48754: [InstCombine] canonicalize abs pattern

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 16 00:14:01 PDT 2018


shchenz updated this revision to Diff 155622.
shchenz retitled this revision from "recognize more abs pattern" to "[InstCombine] canonicalize abs pattern".
shchenz added a comment.

part 1 & 2 are done.
part 3: canonicalize abs pattern and fix code review comments


https://reviews.llvm.org/D48754

Files:
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
  llvm/test/Transforms/InstCombine/abs-1.ll
  llvm/test/Transforms/InstCombine/abs_abs.ll
  llvm/test/Transforms/InstCombine/icmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48754.155622.patch
Type: text/x-patch
Size: 19402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180716/5b7cd5d2/attachment.bin>


More information about the llvm-commits mailing list