Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
b5c5c374
Commit
b5c5c374
authored
Apr 06, 2005
by
Dorit Naishlos
Committed by
Dorit Nuzman
Apr 06, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gfortran.dg/vect/vect-5.f90: xfail for lp64.
From-SVN: r97705
parent
d401de95
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gfortran.dg/vect/vect-5.f90
+11
-3
No files found.
gcc/testsuite/ChangeLog
View file @
b5c5c374
2005
-
04
-
06
Dorit
Naishlos
<
dorit
@il
.
ibm
.
com
>
*
gfortran
.
dg
/
vect
/
vect
-
5
.
f90
:
xfail
for
lp64
.
2005
-
04
-
05
Mark
Mitchell
<
mark
@codesourcery
.
com
>
2005
-
04
-
05
Mark
Mitchell
<
mark
@codesourcery
.
com
>
PR
c
++/
20734
PR
c
++/
20734
...
...
gcc/testsuite/gfortran.dg/vect/vect-5.f90
View file @
b5c5c374
...
@@ -35,6 +35,14 @@
...
@@ -35,6 +35,14 @@
stop
stop
end
end
! { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { xfail vect_no_align } } }
! { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { xfail { vect_no_align || lp64 } } } }
! { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail vect_no_align } } }
! { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail { vect_no_align || lp64 } } } }
! { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2 "vect" { xfail vect_no_align } } }
! { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2 "vect" { xfail { vect_no_align || lp64 } } } }
! We also expect to vectorize one loop for lp64 targets that support
! misaligned access:
! scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { lp64 && !vect_no_align } }
! scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { target { lp64 && !vect_no_align } }
! scan-tree-dump-times "Vectorizing an unaligned access" 1 "vect" { target { lp64 && !vect_no_align } }
! but we currently can't combine logical operators. (Could define
! a keyword for "not_vect_no_align" if desired).
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment