Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8077843

adlc: allow nodes that use TEMP inputs in expand rules.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • None
    • hotspot
    • None
    • b64

        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.

              goetz Goetz Lindenmaier
              goetz Goetz Lindenmaier
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: