Displaying 1 result from an estimated 1 matches for "iistor".
Did you mean:
nistor
2013 Apr 12
1
[LLVMdev] Problem with Store of i8 in a global address
..."printDMemOperand" in
def globaladdress : Operand<i32>;
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...