答复: [AArch64][SVE][IPA] ICE caused by incompatibility of SRA and svst builtin-function

2020-04-06 Thread bule
-邮件原件- 发件人: Martin Jambor [mailto:mjam...@suse.cz] 发送时间: 2020年4月7日 7:21 收件人: bule 抄送: Richard Biener ; gcc-patches@gcc.gnu.org 主题: Re: [AArch64][SVE][IPA] ICE caused by incompatibility of SRA and svst builtin-function Hi, On Thu, Apr 02 2020, Richard Biener wrote: > On Thu, Ap

Re: [AArch64][SVE][IPA] ICE caused by incompatibility of SRA and svst builtin-function

2020-04-06 Thread Martin Jambor
Hi, On Thu, Apr 02 2020, Richard Biener wrote: > On Thu, Apr 2, 2020 at 5:36 AM bule wrote: >> >> Hello, >> >> An Internal Compiler Error(ICE) is found in ipa-sra optimization pass when >> it handle the argument of internal call svst3 for SVE. >> >> The problem comes from >> gcc/testsuite/gcc.t

Re: [AArch64][SVE][IPA] ICE caused by incompatibility of SRA and svst builtin-function

2020-04-02 Thread Richard Biener via Gcc-patches
On Thu, Apr 2, 2020 at 5:36 AM bule wrote: > > Hello, > > An Internal Compiler Error(ICE) is found in ipa-sra optimization pass when it > handle the argument of internal call svst3 for SVE. > > The problem comes from > gcc/testsuite/gcc.target/aarch64/sve/acle/asm/st2_bf16.c in the test suit, >

[AArch64][SVE][IPA] ICE caused by incompatibility of SRA and svst builtin-function

2020-04-01 Thread bule
Hello, An Internal Compiler Error(ICE) is found in ipa-sra optimization pass when it handle the argument of internal call svst3 for SVE. The problem comes from gcc/testsuite/gcc.target/aarch64/sve/acle/asm/st2_bf16.c in the test suit, which can be reduced to flowing code: #include #include vo