Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
compiler-rt/trunk/test/asan/TestCases/
-
trunk/
-
test/
-
asan/
-
TestCases/
-
speculative_load2.cc
Hide Panel
f
Keyboard Reference
?
Differential
D14764
Disable gvn non-local speculative loads under asan.
Closed
Public
Authored by
aizatsky
on Nov 17 2015, 4:44 PM.
Download Raw Diff
Details
Reviewers
kcc
Commits
rG52025af82098: Disable gvn non-local speculative loads under asan.
rCRT253499: Disable gvn non-local speculative loads under asan.
rL253499: Disable gvn non-local speculative loads under asan.
Summary
Fix for
https://llvm.org/bugs/show_bug.cgi?id=25550
Diff Detail
Repository
rL LLVM
Event Timeline
aizatsky
updated this revision to
Diff 40455
.
Nov 17 2015, 4:44 PM
aizatsky
retitled this revision from
to
Disable gvn non-local speculative loads under asan.
.
aizatsky
updated this object.
aizatsky
added a reviewer:
kcc
.
Nov 17 2015, 4:46 PM
aizatsky
added a subscriber:
llvm-commits
.
kcc
accepted this revision.
Nov 17 2015, 5:05 PM
kcc
edited edge metadata.
Comment Actions
LGTM
This revision is now accepted and ready to land.
Nov 17 2015, 5:05 PM
Closed by commit
rL253499: Disable gvn non-local speculative loads under asan.
(authored by
aizatsky
).
·
Explain Why
Nov 18 2015, 12:45 PM
This revision was automatically updated to reflect the committed changes.