> Where do you need the representation? Loads and stores in the LLVM IR and
> the target-independent load and store nodes in the SelectionDAG IR have an
> alignment attribute; are either of those sufficient?

I need the alignment while expanding a call to a function. In this
case I have the DAG nodes for what is to be passed and for the formal
argument. I need to create a store or a memcpy. The best alignment I
can get so far is the ABI type alignment.

> Dan
>
>

Cheers,
-- 
Rafael Avila de Espindola

Google Ireland Ltd.
Gordon House
Barrow Street
Dublin 4
Ireland

Registered in Dublin, Ireland
Registration Number: 368047
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to