[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:14:50 PDT 2015
jingyue updated this revision to Diff 32114.
jingyue added a comment.
fixed a typo and add more comments on the test
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.32114.patch
Type: text/x-patch
Size: 8353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150814/cdc36e89/attachment.bin>
More information about the llvm-commits
mailing list