[cfe-dev] PPC asm register definitions

Richard Pennington rich at pennware.com
Mon Sep 14 15:01:54 PDT 2009


Hi,

I filed bug http://llvm.org/bugs/show_bug.cgi?id=4976 this morning. Dale 
Johannesen mentioned that "3" is not a valid register name for the LLVM 
PPC code generator, it wants "r3".

Should I change Targets.cpp to use "r0"... instead?

Also, the names GCCReg* don't seem right. Wouldn't LLVMRegNames* fit better?

-Rich



More information about the cfe-dev mailing list