[LLVMdev] Handling of IMPLICIT_DEF in llvm 2.7

Manjunath Kudlur keveman at gmail.com
Tue Jul 6 22:01:46 PDT 2010


I noticed that the AsmWriter backend of TableGen is no longer handling
the IMPLICIT_DEF case in printInstruction() function (by calling
printImplicitDef). It was doing so in llvm 2.6. Is it supposed to be
handled explicitly in printMachineInstruction()? What is the
recommended method?

Manjunath



More information about the llvm-dev mailing list