search for: icyflexconst32_gp

Displaying 1 result from an estimated 1 matches for "icyflexconst32_gp".

2013 Apr 12
1
[LLVMdev] Problem with Store of i8 in a global address
...2>; def STdb : STInst<(outs), (ins globaladdress:$addr, GPR32:$ra), "stdb\t$addr, $ra", [], IIStore> { let mayStore = 1; } def : Pat<(atomic_store_8 (IcyflexCONST32_GP tglobaladdr:$global), (i32 GPR32:$ra)), (STdb tglobaladdr:$global, (i32 GPR32:$ra))>; def : Pat <(truncstorei8 (i32 GPR32:$ra), (myCONST32_GP tglobaladdr:$global)), (STdb tglobaladdr:$global, (i32 GPR32:$ra))>; However, t...