]> git.ipfire.org Git - thirdparty/gcc.git/commit
[AArch64] [Obvious] Correct pattern target requirement
authorMatthew Malcomson <matthew.malcomson@arm.com>
Fri, 17 Jan 2020 15:08:21 +0000 (15:08 +0000)
committerMatthew Malcomson <matthew.malcomson@arm.com>
Fri, 17 Jan 2020 15:23:37 +0000 (15:23 +0000)
commit568f0f355f259f58688dd73f749f4d80adc10e40
treea8c7e50f7934c57844d223af8c8e1e3733827c56
parentf1a7789d0f4780b296b66e93f598bf2b2c109f43
[AArch64] [Obvious] Correct pattern target requirement

Had mistakenly used a target macro that was not defined and not the
relevant one instead of the macro that should be used.

TARGET_ARMV8_6 is not defined, and also not the macro we want to check.
Instead check TARGET_F64MM.

gcc/ChangeLog:

2020-01-17  Matthew Malcomson  <matthew.malcomson@arm.com>

* config/aarch64/aarch64-sve.md (@aarch64_sve_ld1ro<mode>): Use
the correct target macro.
gcc/ChangeLog
gcc/config/aarch64/aarch64-sve.md