[PATCH] D12016: [SeparateConstOffsetFromGEP] sext(a)+sext(b) => sext(a+b) when a+b can't sign-overflow.

Jingyue Wu via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 17:30:42 PDT 2015


jingyue updated this revision to Diff 32117.
jingyue added a comment.

rebase against master


http://reviews.llvm.org/D12016

Files:
  lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
  test/Transforms/SeparateConstOffsetFromGEP/NVPTX/split-gep-and-gvn.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12016.32117.patch
Type: text/x-patch
Size: 8499 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150814/2f384e8d/attachment.bin>


More information about the llvm-commits mailing list