forked from OSchip/llvm-project
parent
5e0d2a2df6
commit
3cdb555e0f
|
@ -1684,7 +1684,6 @@ let usesCustomInserter = 1 in {
|
||||||
"${:comment} ATOMIC_SWAP_I32 PSEUDO!",
|
"${:comment} ATOMIC_SWAP_I32 PSEUDO!",
|
||||||
[(set GPR:$dst, (atomic_swap_32 GPR:$ptr, GPR:$new))]>;
|
[(set GPR:$dst, (atomic_swap_32 GPR:$ptr, GPR:$new))]>;
|
||||||
|
|
||||||
|
|
||||||
def ATOMIC_CMP_SWAP_I8 : PseudoInst<
|
def ATOMIC_CMP_SWAP_I8 : PseudoInst<
|
||||||
(outs GPR:$dst), (ins GPR:$ptr, GPR:$old, GPR:$new), NoItinerary,
|
(outs GPR:$dst), (ins GPR:$ptr, GPR:$old, GPR:$new), NoItinerary,
|
||||||
"${:comment} ATOMIC_CMP_SWAP_I8 PSEUDO!",
|
"${:comment} ATOMIC_CMP_SWAP_I8 PSEUDO!",
|
||||||
|
|
Loading…
Reference in New Issue