Commit 1d896f48 by Ramana Radhakrishnan Committed by Ramana Radhakrishnan

[Patch AArch64] Add early clobber for aarch64_store_exclusive.

From-SVN: r262686
parent 5e5ef52c
2018-07-16 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* config/aarch64/atomics.md (aarch64_store_execlusive<mode>): Add
early clobber.
2018-07-16 Eric Botcazou <ebotcazou@adacore.com>
PR tree-optimization/86514
......
......@@ -530,7 +530,7 @@
)
(define_insn "aarch64_store_exclusive<mode>"
[(set (match_operand:SI 0 "register_operand" "=r")
[(set (match_operand:SI 0 "register_operand" "=&r")
(unspec_volatile:SI [(const_int 0)] UNSPECV_SX))
(set (match_operand:ALLI 1 "aarch64_sync_memory_operand" "=Q")
(unspec_volatile:ALLI
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment