Skip to content
  • Dan Gohman's avatar
    Move instruction flag inference out of InstrInfoEmitter and into · fc4ad7de
    Dan Gohman authored
    CodeGenDAGPatterns, where it can be used in other tablegen backends.
    This allows the inference to be done for DAGISelEmitter so that it
    gets accurate mayLoad/mayStore/isSimpleLoad flags. 
    
    This brings MemOperand functionality back to where it was before
    48329. However, it doesn't solve the problem of anonymous patterns
    which expand to code that does loads or stores.
    
    llvm-svn: 49123
    fc4ad7de
Loading