Skip to content
  • Dan Gohman's avatar
    Add patterns for CALL32m and CALL64m. They aren't matched in most · 96af4ddb
    Dan Gohman authored
    cases due to an isel deficiency already noted in
    lib/Target/X86/README.txt, but they can be matched in this fold-call.ll
    testcase, for example.
    
    This is interesting mainly because it exposes a tricky tblgen bug;
    tblgen was incorrectly computing the starting index for variable_ops
    in the case of a complex pattern.
    
    llvm-svn: 51706
    96af4ddb
Loading