2020-04-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
PR target/94518
2019-09-23 Richard Sandiford <richard.sandiford@arm.com>
* config/aarch64/atomics.md (aarch64_store_exclusive_pair): Fix
memmodel index.
+2020-04-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ PR target/94518
+ 2019-09-23 Richard Sandiford <richard.sandiford@arm.com>
+
+ * config/aarch64/atomics.md (aarch64_store_exclusive_pair): Fix
+ memmodel index.
+
2020-04-07 Jakub Jelinek <jakub@redhat.com>
PR target/94500
UNSPECV_SX))]
""
{
- enum memmodel model = memmodel_from_int (INTVAL (operands[3]));
+ enum memmodel model = memmodel_from_int (INTVAL (operands[4]));
if (is_mm_relaxed (model) || is_mm_consume (model) || is_mm_acquire (model))
return "stxp\t%w0, %x2, %x3, %1";
else