================
@@ -1577,6 +1577,21 @@ def : InstAlias<"nop", (NOP)>;
def STSHH: STSHHI;
+let hasSideEffects = 1, mayStore = 1, isPseudo = 1, isCodeGenOnly = 1 in {
+def STSHH_ATOMIC_STORE_B
+ : Pseudo<(outs), (ins GPR32:$val, GPR64sp:$addr, i32imm:$order,
+ i32imm:$policy), []>, Sched<[]>;
----------------
jthackray wrote:
Thanks, fixed.
https://github.com/llvm/llvm-project/pull/181386
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits