[PATCH] D17859: [InstCombine] convert 'isPositive' and 'isNegative' vector comparisons to shifts (PR26701, PR26819)

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 08:16:57 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL269426: [InstCombine] canonicalize* LE/GE vector integer comparisons to LT/GT… (authored by spatel).

Changed prior to commit:
  http://reviews.llvm.org/D17859?vs=57102&id=57191#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D17859

Files:
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/trunk/test/Transforms/InstCombine/icmp-vec.ll
  llvm/trunk/test/Transforms/LoopVectorize/if-conversion.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17859.57191.patch
Type: text/x-patch
Size: 7201 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160513/a8451ce4/attachment.bin>


More information about the llvm-commits mailing list