[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 16:37:19 PDT 2018


rtereshin updated this revision to Diff 155787.
rtereshin added a comment.

1. Renaming `tryHarder` to `lookThroughComplexAddresses`
2. Adding `nuw` flag back to the first pointer in the pre-existing test

I've noticed that one of tests I've added partly tests what I wanted to test anyway so this is fine.


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.155787.patch
Type: text/x-patch
Size: 10920 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180716/4c4a0f1d/attachment.bin>


More information about the llvm-commits mailing list