public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/66142] New: Loop is not vectorized because not sufficient support for GOMP_SIMD_LANE
@ 2015-05-14 14:18 ysrumyan at gmail dot com
  2015-05-14 14:19 ` [Bug tree-optimization/66142] " ysrumyan at gmail dot com
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: ysrumyan at gmail dot com @ 2015-05-14 14:18 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 66142
           Summary: Loop is not vectorized because not sufficient support
                    for GOMP_SIMD_LANE
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ysrumyan at gmail dot com
  Target Milestone: ---

The attached test-case compiled with "-Ofast -fopenmp -march=core-avx2" options
contains loop marked with pragma omp simd which is not vectorized:
t1.cpp:66:20: note: not vectorized: data ref analysis failed MEM[(struct vec_
*)_9] = 1.0e+0;
where index is defined as
  _12 = GOMP_SIMD_LANE (simduid.0_11(D));
  _9 = &D.4231[_12].org;

Note that this test was extracted from important benchmark and loop in question
is vectorized if we revert fix for 59984.


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

end of thread, other threads:[~2021-05-04 13:17 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-14 14:18 [Bug tree-optimization/66142] New: Loop is not vectorized because not sufficient support for GOMP_SIMD_LANE ysrumyan at gmail dot com
2015-05-14 14:19 ` [Bug tree-optimization/66142] " ysrumyan at gmail dot com
2015-05-22 10:09 ` jakub at gcc dot gnu.org
2015-05-22 11:12 ` jakub at gcc dot gnu.org
2015-05-22 11:40 ` jakub at gcc dot gnu.org
2015-05-22 11:54 ` jakub at gcc dot gnu.org
2015-05-22 14:51 ` jakub at gcc dot gnu.org
2015-05-25  9:35 ` jakub at gcc dot gnu.org
2015-05-25 12:48 ` jakub at gcc dot gnu.org
2015-05-26  8:28 ` rguenther at suse dot de
2015-05-26  8:42 ` rguenth at gcc dot gnu.org
2015-05-26 13:56 ` rguenth at gcc dot gnu.org
2015-05-26 14:43 ` rguenth at gcc dot gnu.org
2015-05-27  7:56 ` rguenth at gcc dot gnu.org
2015-05-28 13:25 ` rguenth at gcc dot gnu.org
2015-05-29 13:07 ` jakub at gcc dot gnu.org
2015-06-02 13:18 ` rguenth at gcc dot gnu.org
2015-06-02 13:34 ` rguenth at gcc dot gnu.org
2015-06-03  8:03 ` rguenth at gcc dot gnu.org
2015-09-14 14:10 ` rguenth at gcc dot gnu.org
2015-09-17 12:36 ` rguenth at gcc dot gnu.org
2015-09-18  7:57 ` rguenth at gcc dot gnu.org
2021-05-04 13:17 ` rguenth 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).