6973329: C2 with Zero based COOP produces code with broken anti-dependency on x86

Recompile without subsuming loads if RA try to clone a node with anti_dependence.

Reviewed-by: never
This commit is contained in:
Vladimir Kozlov 2010-08-11 10:48:20 -07:00
parent d7310fb0f7
commit b092cb33e6
4 changed files with 106 additions and 7 deletions

View file

@ -911,6 +911,7 @@ postaloc.cpp machnode.hpp
reg_split.cpp addnode.hpp
reg_split.cpp allocation.inline.hpp
reg_split.cpp callnode.hpp
reg_split.cpp c2compiler.hpp
reg_split.cpp cfgnode.hpp
reg_split.cpp chaitin.hpp
reg_split.cpp loopnode.hpp