Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082704 | emb-9 | Goetz Lindenmaier | P4 | Resolved | Fixed | team |
This is hindered by an assertion in adlc. It asserts that nodes used in an expand don't have
TEMP inputs. This is harmless, though, as the TEMP is added in the Expand() of the used node,
which is called by the Expand() of the node being expanded.
Probably the assertion was meant for the node being expanded.
Fix: remove the assertion.
TEMP inputs. This is harmless, though, as the TEMP is added in the Expand() of the used node,
which is called by the Expand() of the node being expanded.
Probably the assertion was meant for the node being expanded.
Fix: remove the assertion.
- backported by
-
JDK-8082704 adlc: allow nodes that use TEMP inputs in expand rules.
-
- Resolved
-