Skip to content
  • Christopher Lamb's avatar
    Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex!... · 0592cf7e
    Christopher Lamb authored
    Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex! ComplexExpressions can now have attributes which affect how TableGen interprets
    the pattern when generating matchin code. 
    
    The first (and currently, only) attribute causes the immediate parent node of the ComplexPattern operand to be passed into the matching code rather than the node at the root of the entire DAG containing the pattern.
    
    llvm-svn: 46606
    0592cf7e
Loading