[PATCH] D95543: [GVN] Clobber partially aliased loads.
Daniil Fukalov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 12 05:56:46 PDT 2021
dfukalov updated this revision to Diff 344792.
dfukalov edited the summary of this revision.
dfukalov added a comment.
Herald added a subscriber: jfb.
Atomic loads are stored in MD as clobber dependent in caches so GVN got a trash
offset for the pair of unaliased load and atomic load in the test case.
Added storage map for offsets of different dependent loads, updated tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95543/new/
https://reviews.llvm.org/D95543
Files:
llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h
llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
llvm/lib/Transforms/Scalar/GVN.cpp
llvm/test/Transforms/GVN/PRE/rle.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95543.344792.patch
Type: text/x-patch
Size: 22439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210512/d050a0d2/attachment.bin>
More information about the llvm-commits
mailing list