From de81c2f2f9499ba85257b597cdfce3f088758d48 Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Wed, 12 Apr 2017 10:32:56 +0200 Subject: [PATCH] rs6000: Enforce quad_address_p in TImode atomic_load/store (PR80382) Whatever expand expands to should be valid instructions. The defined instructions here have a quad_memory_operand predicate, which boils down to quad_address_p on the address, so let's test for that instead of only disallowing indexed addresses. * config/rs6000/sync.md (atomic_load, atomic_store + PR target/80382 * config/rs6000/sync.md (atomic_load, atomic_store