[LLVMdev] problems with tablegen and namespaces
Rafael EspĂndola
rafael.espindola at gmail.com
Mon May 1 09:33:55 PDT 2006
> This looks like a tblgen bug. If you look at
> utils/TableGen/AsmWriterEmitter.cpp:290, it appears to take the namespace
> from the first instruction in an equivalence class that it comes across.
> I will fix this bug this afternoon, but in the meantime, if you define an
> instruction "AAA" which takes no operands, it will work around this.
Thanks. Defining "AAA" did worked around the problem.
> -Chris
Rafael
More information about the llvm-dev
mailing list