]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Add testcase for vectorconvert lowering [PR110473]
authorAndrew Pinski <quic_apinski@quicinc.com>
Tue, 2 Jul 2024 22:02:17 +0000 (15:02 -0700)
committerAndrew Pinski <quic_apinski@quicinc.com>
Tue, 2 Jul 2024 22:27:40 +0000 (15:27 -0700)
commita7ad9cb813063ddf51269910f33b56116c10462c
tree79ab0aaa39f6d105532bf942c18086eef25c737a
parent36852a189a1dce1dbbc9a62cc433e890c1b95be1
aarch64: Add testcase for vectorconvert lowering [PR110473]

Vectorconvert lowering was changed to use the convert optab directly
starting in r15-1677-gc320a7efcd35ba. I had filed an aarch64 specific
issue for this specific thing and it would make sense to add an aarch64
specific testcase instead of just having a x86_64 specific ones for
this.

Pushed as obvious after testing for aarch64-linux-gnu.

PR tree-optimization/110473
PR tree-optimization/107432

gcc/testsuite/ChangeLog:

* gcc.target/aarch64/vect-convert-1.c: New test.

Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
gcc/testsuite/gcc.target/aarch64/vect-convert-1.c [new file with mode: 0644]