Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
include/llvm/Transforms/IPO/
-
llvm/
-
Transforms/
-
IPO/
-
Attributor.h
Hide Panel
f
Keyboard Reference
?
Differential
D67170
[Attributor] Ensure AAIsDead correctly overrides getIRPosition
Closed
Public
Authored by
RKSimon
on Sep 4 2019, 7:09 AM.
Download Raw Diff
Details
Reviewers
jdoerfert
sstefan1
Commits
rGb8cfdcfd9d79: [Attributor] Ensure AAIsDead correctly overrides getIRPosition
rL370914: [Attributor] Ensure AAIsDead correctly overrides getIRPosition
Summary
As commented on
D65712
, the getIRPosition methods weren't correctly being overridden.
Diff Detail
Repository
rL LLVM
Event Timeline
RKSimon
created this revision.
Sep 4 2019, 7:09 AM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Sep 4 2019, 7:09 AM
jdoerfert
accepted this revision.
Sep 4 2019, 8:29 AM
Comment Actions
LGTM.
This revision is now accepted and ready to land.
Sep 4 2019, 8:29 AM
Closed by commit
rL370914: [Attributor] Ensure AAIsDead correctly overrides getIRPosition
(authored by
RKSimon
).
·
Explain Why
Sep 4 2019, 9:05 AM
This revision was automatically updated to reflect the committed changes.