mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
6384206: Phis which are later unneeded are impairing our ability to inline based on static types
Reviewed-by: rasbold, jrose
This commit is contained in:
parent
eee15b163e
commit
4b1e242299
18 changed files with 1082 additions and 401 deletions
|
@ -582,6 +582,7 @@ locknode.hpp subnode.hpp
|
|||
loopTransform.cpp addnode.hpp
|
||||
loopTransform.cpp allocation.inline.hpp
|
||||
loopTransform.cpp connode.hpp
|
||||
loopTransform.cpp compileLog.hpp
|
||||
loopTransform.cpp divnode.hpp
|
||||
loopTransform.cpp loopnode.hpp
|
||||
loopTransform.cpp mulnode.hpp
|
||||
|
@ -597,6 +598,7 @@ loopnode.cpp addnode.hpp
|
|||
loopnode.cpp allocation.inline.hpp
|
||||
loopnode.cpp callnode.hpp
|
||||
loopnode.cpp ciMethodData.hpp
|
||||
loopnode.cpp compileLog.hpp
|
||||
loopnode.cpp connode.hpp
|
||||
loopnode.cpp divnode.hpp
|
||||
loopnode.cpp loopnode.hpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue