public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/116564] New: aarch64: gcc can't finish when compiling vst2_f64 instrinsic with opt level >= O1
@ 2024-09-02  8:16 deminhan at gcc dot gnu.org
  2024-09-02  8:36 ` [Bug target/116564] [12/13/14/15 Regression] " ktkachov at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: deminhan at gcc dot gnu.org @ 2024-09-02  8:16 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116564

            Bug ID: 116564
           Summary: aarch64: gcc can't finish when compiling vst2_f64
                    instrinsic with opt level >= O1
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: deminhan at gcc dot gnu.org
  Target Milestone: ---

#include <arm_neon.h>
void test()
{
  for (int L = 0; L < 4; ++L) {
    float64_t ResData[1 * 2];
    float64x1x2_t Src1;
    vst2_f64(ResData, Src1);       
  }                                    
}

It's seem that gcc stucked on combine pass.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-09-02 21:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-02  8:16 [Bug target/116564] New: aarch64: gcc can't finish when compiling vst2_f64 instrinsic with opt level >= O1 deminhan at gcc dot gnu.org
2024-09-02  8:36 ` [Bug target/116564] [12/13/14/15 Regression] " ktkachov at gcc dot gnu.org
2024-09-02  9:47 ` acoplan at gcc dot gnu.org
2024-09-02  9:54 ` acoplan at gcc dot gnu.org
2024-09-02 10:43 ` [Bug target/116564] [12/13/14/15 Regression] aarch64: gcc hangs when compiling vst2_f64 instrinsic at -O1 and above since r12-4910-g66f206b853 acoplan at gcc dot gnu.org
2024-09-02 21:46 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).