MC parser and PPC variants on constants

Jim Grosbach grosbach at apple.com
Tue Jul 16 14:59:07 PDT 2013


Hi Joerg,

This feels like a natural place for an MCTargetAsmParser hook to do the target-specific bits. What do you think? I’d really like to be moving towards less target-specific stuff in the generic code.

-Jim


On Jul 13, 2013, at 11:10 AM, Joerg Sonnenberger <joerg at britannica.bec.de> wrote:

> Hi all,
> PowerPC assembler supports expressions like "1234 at l". This doesn't with
> MC right now, because the constant expression never reaches the target
> layer. I wonder if it is really that useful to refactor this ATM,
> especially since it likely makes sense to share the variant codes at
> some point as many RISC platforms have similar needs in this area.
> 
> Joerg
> <ppc-parser.diff>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130716/c7f87a98/attachment.html>


More information about the llvm-commits mailing list