[PATCH] D64405: [DependenceAnalysis] Dependecies for loads marked with "ivnariant.load" should not be shared with general accesses. Fix for https://bugs.llvm.org/show_bug.cgi?id=42151

Evgeniy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 19 05:34:38 PDT 2019


ebrevnov updated this revision to Diff 210804.
ebrevnov added a comment.

1. Implemented check for "best" possible result suggested by Johannes.
2. Merged test cases into one file and applied update_test_checks.py


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64405/new/

https://reviews.llvm.org/D64405

Files:
  lib/Analysis/MemoryDependenceAnalysis.cpp
  test/Analysis/DependenceAnalysis/InvariantLoad.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64405.210804.patch
Type: text/x-patch
Size: 8290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190719/23b3908b/attachment.bin>


More information about the llvm-commits mailing list