The patch resolves the conflict between AddressSanitizer and load widening (GVN).
authorKostya Serebryany <kcc@google.com>
Mon, 6 Feb 2012 22:48:56 +0000 (22:48 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 6 Feb 2012 22:48:56 +0000 (22:48 +0000)
commit0ca032b03dc3a862670461651b3a950d1f14991b
treebb9ecc9629dede3d3e0a6f141a440a98399da14c
parent44ebf8b0331cb3a994a8df16fb63fdcdbc37d927
The patch resolves the conflict between AddressSanitizer and load widening (GVN).
The problem initially reported by Mozilla folks (http://code.google.com/p/address-sanitizer/issues/detail?id=20),
but it also prevents us from enabling LLVM bootstrap with AddressSanitizer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149925 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/MemoryDependenceAnalysis.cpp
test/Instrumentation/AddressSanitizer/asan-vs-gvn.ll [new file with mode: 0644]