This is an archive of the discontinued LLVM Phabricator instance.

Fix DRR pattern when attributes and operands are interleaved and a dag subtree appears in the rewrite
ClosedPublic

Authored by mehdi_amini on Dec 29 2020, 1:04 PM.

Details

Summary

This fixes an incorrect fatal error in TableGen. This code probably comes
from before attributes were allowed to interleave with operands in ODS.

Diff Detail