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
7ec85098
Commit
7ec85098
authored
Dec 17, 2019
by
Andrew Stubbs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Fix vector testcases for amdgcn."
Apologies everyone. :-( From-SVN: r279466
parent
62064ec0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
12 deletions
+4
-12
gcc/testsuite/ChangeLog
+0
-6
gcc/testsuite/gcc.dg/vect/pr65947-8.c
+3
-4
gcc/testsuite/gcc.dg/vect/vect-multitypes-11.c
+0
-1
gcc/testsuite/gcc.dg/vect/vect-multitypes-12.c
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
7ec85098
2019-12-17 Andrew Stubbs <ams@codesourcery.com>
* gcc.dg/vect/pr65947-8.c: Change pass conditions for amdgcn.
* gcc.dg/vect/vect-multitypes-11.c: Ensure that main isn't vectorized.
* gcc.dg/vect/vect-multitypes-12.c: Likewise.
2019-12-17 Christophe Lyon <christophe.lyon@linaro.org>
* gcc.target/arm/pr45701-1.c: Adjust for -mpure-code.
...
...
gcc/testsuite/gcc.dg/vect/pr65947-8.c
View file @
7ec85098
...
...
@@ -7,7 +7,7 @@ extern void abort (void) __attribute__ ((noreturn));
#define N 27
/* Condition reduction with multiple types in the comparison. Will fail to
vectorize
on architectures requiring matching vector sizes
. */
vectorize. */
int
condition_reduction
(
char
*
a
,
int
min_v
)
...
...
@@ -41,6 +41,5 @@ main (void)
return
0
;
}
/* { dg-final { scan-tree-dump-not "LOOP VECTORIZED" "vect" { target { ! amdgcn*-*-* } } } } */
/* { dg-final { scan-tree-dump "LOOP VECTORIZED" "vect" { target amdgcn*-*-* } } } */
/* { dg-final { scan-tree-dump "multiple types in double reduction or condition reduction" "vect" { target { ! amdgcn*-*-* } } } } */
/* { dg-final { scan-tree-dump-not "LOOP VECTORIZED" "vect" } } */
/* { dg-final { scan-tree-dump "multiple types in double reduction or condition reduction" "vect" } } */
gcc/testsuite/gcc.dg/vect/vect-multitypes-11.c
View file @
7ec85098
...
...
@@ -17,7 +17,6 @@ foo (int len, int *z) {
}
__attribute__
((
optimize
((
"no-tree-vectorize"
))))
int
main
(
void
)
{
short
i
;
...
...
gcc/testsuite/gcc.dg/vect/vect-multitypes-12.c
View file @
7ec85098
...
...
@@ -16,7 +16,7 @@ foo (int len, int *z) {
}
}
__attribute__
((
optimize
(
"no-tree-vectorize"
)))
int
main
(
void
)
{
char
i
;
...
...
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