Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lib/IR/
-
IR/
-
AutoUpgrade.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D57614
[AutoUpgrade] Fix AutoUpgrade for x86.seh.recoverfp
Closed
Public
Authored by
mgrang
on Feb 1 2019, 12:38 PM.
Download Raw Diff
Details
Reviewers
efriedma
Commits
rGf7f9945cadc0: Merging r352945: --------------------------------------------------------------…
rL353159: Merging r352945:
rG2be4eabb6fa3: [AutoUpgrade] Fix AutoUpgrade for x86.seh.recoverfp
rL352945: [AutoUpgrade] Fix AutoUpgrade for x86.seh.recoverfp
Summary
This fixes the bug in
https://reviews.llvm.org/D56747#inline-502711
.
Diff Detail
Event Timeline
mgrang
created this revision.
Feb 1 2019, 12:38 PM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Feb 1 2019, 12:38 PM
mgrang
updated this revision to
Diff 184832
.
Feb 1 2019, 1:32 PM
mgrang
retitled this revision from
[AutoUpgrade] Fix AutoUpgrade for x86.eh.recoverfp
to
[AutoUpgrade] Fix AutoUpgrade for x86.seh.recoverfp
.
Comment Actions
Added unit test.
Herald
added a subscriber:
javed.absar
.
·
View Herald Transcript
Feb 1 2019, 1:32 PM
efriedma
accepted this revision.
Feb 1 2019, 2:33 PM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Feb 1 2019, 2:33 PM
Closed by commit
rL352945: [AutoUpgrade] Fix AutoUpgrade for x86.seh.recoverfp
(authored by
mgrang
).
·
Explain Why
Feb 1 2019, 5:32 PM
This revision was automatically updated to reflect the committed changes.