Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/Transforms/IPO/
-
trunk/
-
lib/
-
Transforms/
-
IPO/
-
HotColdSplitting.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D52704
Improve static analysis of cold basic blocks
Closed
Public
Authored by
hiraditya
on Sep 30 2018, 10:08 AM.
Download Raw Diff
Details
Reviewers
sebpop
brzycki
SirishP
sirishrp
tejohnson
Commits
rGa27014b85169: Improve static analysis of cold basic blocks
rL343663: Improve static analysis of cold basic blocks
Summary
A basic block calling one of exception handling routines is cold.
Diff Detail
Repository
rL LLVM
Event Timeline
hiraditya
created this revision.
Sep 30 2018, 10:08 AM
sebpop
accepted this revision.
Oct 2 2018, 11:43 AM
sebpop
added a reviewer:
tejohnson
.
Comment Actions
Looks good.
This revision is now accepted and ready to land.
Oct 2 2018, 11:43 AM
Closed by commit
rL343663: Improve static analysis of cold basic blocks
(authored by
hiraditya
).
·
Explain Why
Oct 2 2018, 11:22 PM
This revision was automatically updated to reflect the committed changes.