[PATCH] D49342: [LSV] Refactoring + supporting bitcasts to a type of different size

Roman Tereshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 16 14:18:03 PDT 2018


rtereshin updated this revision to Diff 155762.
rtereshin edited the summary of this revision.
rtereshin added a comment.

Removing the "4. Handling a case where the sext/zext's operand is not `add %x, C`, but `add C, %x`, where C is a constant." case handling code and updating the test correspondingly.


Repository:
  rL LLVM

https://reviews.llvm.org/D49342

Files:
  lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  test/CodeGen/X86/loadStore_vectorizer.ll
  test/Transforms/LoadStoreVectorizer/AMDGPU/gep-bitcast.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49342.155762.patch
Type: text/x-patch
Size: 10986 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180716/635fc689/attachment.bin>


More information about the llvm-commits mailing list