Skip to content
  • Chris Lattner's avatar
    change the new isel matcher to emit ComplexPattern matches · 0acbb71b
    Chris Lattner authored
    as the very last thing before node emission.  This should
    dramatically reduce the number of times we do 'MatchAddress'
    on X86, speeding up compile time.  This also improves comments
    in the tables and shrinks the table a bit, now down to 
    80506 bytes for x86.
    
    llvm-svn: 97703
    0acbb71b
Loading