aboutsummaryrefslogtreecommitdiff
path: root/libphobos
diff options
context:
space:
mode:
authorAlex Coplan <alex.coplan@arm.com>2023-02-06 14:32:21 +0000
committerAlex Coplan <alex.coplan@arm.com>2023-02-06 14:32:21 +0000
commit277e1f30a5e4e634304a7b8a532825119f0ea47f (patch)
tree734305a13f47ddd0132d4a565f55c9235a262126 /libphobos
parent0afcb713217628de46a6e912eea286ed612ebcbc (diff)
downloadgcc-277e1f30a5e4e634304a7b8a532825119f0ea47f.zip
gcc-277e1f30a5e4e634304a7b8a532825119f0ea47f.tar.gz
gcc-277e1f30a5e4e634304a7b8a532825119f0ea47f.tar.bz2
aarch64: Fix up bfmlal lane pattern [PR104921]
As the testcase shows, this pattern had an incorrect constraint leading to GCC's output getting rejected by the assembler. This patch fixes the constraint accordingly. The test is split into two: one that can run without bf16 support from the assembler and another that checks that the output actually assembles when such support is available. Bootstrapped/regtested on aarch64-linux-gnu. OK for GCC 13? Or better to wait for next stage 1? What about backports? Thanks, Alex gcc/ChangeLog: PR target/104921 * config/aarch64/aarch64-simd.md (aarch64_bfmlal<bt>_lane<q>v4sf): Use correct constraint for operand 3. gcc/testsuite/ChangeLog: PR target/104921 * gcc.target/aarch64/pr104921-1.c: New test. * gcc.target/aarch64/pr104921-2.c: New test. * gcc.target/aarch64/pr104921.x: Include file for new tests.
Diffstat (limited to 'libphobos')
0 files changed, 0 insertions, 0 deletions