Re: [PATCH][AArch64] Fix ldp/stp patterns for ILP32
Hi, This patch has been superseded by: https://gcc.gnu.org/ml/gcc-patches/2017-06/msg02027.html Wilco
[PATCH][AArch64] Fix ldp/stp patterns for ILP32
The ldp/stp patterns call plus_constant which forces the mode to Pmode. However in ILP32 addresses are SImode. This may result in an assert if an ldp/stp pattern is tested with a SImode pointer. Fix this by using the mode of the pointer rather than Pmode. This fixes a failure in gcc.target/aarch