[ping] [PATCH] Expose {Load, Store}Inst {get, set}Alignment to the C API.

Peter Zotov whitequark at whitequark.org
Wed May 29 04:25:57 PDT 2013


Any comments on this patch?

Peter Zotov писал 26.05.2013 18:29:
> Existing LLVM{Get,Set}Alignment functions do not work on instructions,
> as they use unwrap<GlobalValue>.
> 
> There are three variants of shortening "Instruction" in the C API:
>  * LLVMGetInstructionCallConv
>  * LLVMAddInstrAttribute
>  * LLVMSetInstDebugLocation
> 
> This commit uses the conservative variant, "Instruction".
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-- 
   WBR, Peter Zotov.



More information about the llvm-commits mailing list