[LLVMdev] problems with tablegen and namespaces

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon May 1 15:06:56 PDT 2006


> Okay, if you update from CVS, this problem should be fixed, at least for
> the AsmPrinter.  Please try it out (without AAA), and let me know if you
> have problems with any other part of the code generator.
The behaviour now is:
The TargetInstrInfo namespace is used for the PHI instruction
regardless of the presence of the AAA instruction.
In ARMGenInstrNames.inc, the TargetInstrInfo namespace is used if the
AAA instruction isn't defined and the ARM namespace is used if it is
defined.

> Thanks!
>
> -Chris

Best Regards,
Rafael




More information about the llvm-dev mailing list