Relates :
|
LoadL->ConvL2I ==> LoadI optimization causes the problem for an object initialization after InitializeNode was added in C2 since LoadI will not match raw StoreL captured by InitializeNode. As result LoadI node could be scheduled above the initialize StoreL node. The problem was found during EA testing.
|