Displaying 1 result from an estimated 1 matches for "abi_pcs_r9_us".
Did you mean:
abi_pcs_r9_use
2010 Nov 12
3
[LLVMdev] Build Attributes Proposal
...ute { i32 1, i8* getelementptr inbounds ([3 x i8]* @.str,
i32 0, i32 0) }, %llvm.attribute zeroinitializer], align 4
@.str = private constant [3 x i8] c"O3\00"
And the target-specific has something like the CPU name and whether
it's using R9 as SB:
// 5 is CPU_name in ARM ABI, 14 is ABI_PCS_R9_use
@llvm.arm.attributes = appending global [2 x %llvm.attribute]
[%llvm.attribute { i32 5, i8* getelementptr inbounds ([10 x i8]*
@.str1, i32 0, i32 0) }, %llvm.attribute { i32 14, i8* null }], align
4
@.str1 = private constant [10 x i8] c"ARM946E-S\00"
Documentation:
It'd be good to...