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

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: None
    • Component/s: 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.

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

                Created:
                Updated:
                Resolved: