Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lib/Transforms/Scalar/
-
Transforms/
-
Scalar/
-
GVNHoist.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D39410
[GVNHoist] Fix non-deterministic sort order of PHIs for identical instructions
Closed
Public
Authored by
mgrang
on Oct 29 2017, 7:55 PM.
Download Raw Diff
Details
Reviewers
hiraditya
spop
•
dberlin
Commits
rGf83268bd9e2f: [GVNHoist] Fix non-deterministic sort order of PHIs for identical instructions
rL316949: [GVNHoist] Fix non-deterministic sort order of PHIs for identical instructions
Summary
This fixes failure in Transforms/GVNHoist/hoist.ll uncovered by
D39245
.
Diff Detail
Repository
rL LLVM
Event Timeline
mgrang
created this revision.
Oct 29 2017, 7:55 PM
mgrang
mentioned this in
D39409: [GVNHoist] Fix non-deterministic sort order of PHIs for identical instructions
.
•
dberlin
accepted this revision.
Oct 29 2017, 10:36 PM
This revision is now accepted and ready to land.
Oct 29 2017, 10:36 PM
Closed by commit
rL316949: [GVNHoist] Fix non-deterministic sort order of PHIs for identical instructions
(authored by
mgrang
).
·
Explain Why
Oct 30 2017, 12:43 PM
This revision was automatically updated to reflect the committed changes.