[PATCH] D50854: [LICM] Add a diagnostic analysis for identifying alias information of loads within loop

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 16 14:11:57 PDT 2018


anna updated this revision to Diff 161106.
anna added a comment.

addressed review comments. added more tests. Diagnostic analysis used for loads and readonly+argmemonly calls.


Repository:
  rL LLVM

https://reviews.llvm.org/D50854

Files:
  lib/Transforms/Scalar/LICM.cpp
  test/Transforms/LICM/argmemonly-call.ll
  test/Transforms/LICM/invariant.start.ll
  test/Transforms/LICM/read-only-calls.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50854.161106.patch
Type: text/x-patch
Size: 13940 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180816/a9b30f5f/attachment.bin>


More information about the llvm-commits mailing list