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
a7898180
Commit
a7898180
authored
Jun 24, 2016
by
Uros Bizjak
Committed by
Uros Bizjak
Jun 24, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/vect/vect-bool-cmp.c: Revert unwanted change.
From-SVN: r237764
parent
199b1891
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/testsuite/ChangeLog
+2
-0
gcc/testsuite/gcc.dg/vect/vect-bool-cmp.c
+2
-2
No files found.
gcc/testsuite/ChangeLog
View file @
a7898180
...
...
@@ -188,7 +188,9 @@
-march=westmere for sse4_runtime targets.
* gcc.dg/vect/tree-vect.h (check_vect): Handle __SSE4_2__.
* gcc.dg/vect/vect-bool-cmp.c: Include "tree-vect.h".
(dg-additional-options): Use for sse4_runtime targets.
(main): Call check_vect ().
(dg-final): Perform scan only for sse4_runtime targets.
2016-06-23 H.J. Lu <hongjiu.lu@intel.com>
...
...
gcc/testsuite/gcc.dg/vect/vect-bool-cmp.c
View file @
a7898180
/* PR tree-optimization/71488 */
/* { dg-require-effective-target vect_int } */
/* { dg-require-effective-target vect_pack_trunc } */
/* { dg-additional-options "-msse4" { target
{ i?86-*-* x86_64-*-* }
} } */
/* { dg-additional-options "-msse4" { target
sse4_runtime
} } */
#include "tree-vect.h"
...
...
@@ -253,4 +253,4 @@ main (int argc, char **argv)
check
(
res
,
ne
);
}
/* { dg-final { scan-tree-dump-times "VECTORIZED" 18 "vect" { target
{ i?86-*-* x86_64-*-* }
} } } */
/* { dg-final { scan-tree-dump-times "VECTORIZED" 18 "vect" { target
sse4_runtime
} } } */
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