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
b2a8369b
Commit
b2a8369b
authored
12 years ago
by
Venkataramanan Kumar
Committed by
Venkataramanan Kumar
12 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move tests written for pr53397 from gcc.dg to gcc.target/i386
From-SVN: r192318
parent
7cb7d208
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
4 deletions
+14
-4
gcc/testsuite/ChangeLog
+10
-0
gcc/testsuite/gcc.target/i386/pr53397-1.c
+2
-2
gcc/testsuite/gcc.target/i386/pr53397-2.c
+2
-2
No files found.
gcc/testsuite/ChangeLog
View file @
b2a8369b
2012-10-10 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
PR testsuite/53397
* gcc.dg/pr53397-1.c: Moved to gcc.target/i386.
* gcc.target/i386/pr53397-1.c: Add -msse2 to dg-options
and remove target info from dg-do compile.
* gcc.dg/pr53397-2.c: Moved to gcc.target/i386.
* gcc.target/i386/pr53397-2.c: Add -msse2 to dg-options
and remove target info from dg-do compile.
2012-10-10 Greta Yorsh <Greta.Yorsh@arm.com>
* gcc.dg/pr54782.c: Require target with pthread support.
...
...
This diff is collapsed.
Click to expand it.
gcc/testsuite/gcc.
dg
/pr53397-1.c
→
gcc/testsuite/gcc.
target/i386
/pr53397-1.c
View file @
b2a8369b
/* Prefetching when the step is loop invariant. */
/* { dg-do compile
{ target { i?86-*-* x86_64-*-* } }
} */
/* { dg-do compile } */
/* { dg-require-effective-target sse2 } */
/* { dg-options "-O3 -fprefetch-loop-arrays -fdump-tree-aprefetch-details --param min-insn-to-prefetch-ratio=3 --param simultaneous-prefetches=10 -fdump-tree-aprefetch-details" } */
/* { dg-options "-O3 -
msse2 -
fprefetch-loop-arrays -fdump-tree-aprefetch-details --param min-insn-to-prefetch-ratio=3 --param simultaneous-prefetches=10 -fdump-tree-aprefetch-details" } */
double
data
[
16384
];
...
...
This diff is collapsed.
Click to expand it.
gcc/testsuite/gcc.
dg
/pr53397-2.c
→
gcc/testsuite/gcc.
target/i386
/pr53397-2.c
View file @
b2a8369b
/* Not prefetching when the step is loop variant. */
/* { dg-do compile
{ target { i?86-*-* x86_64-*-* } }
} */
/* { dg-do compile } */
/* { dg-require-effective-target sse2 } */
/* { dg-options "-O3 -fprefetch-loop-arrays -fdump-tree-aprefetch-details --param min-insn-to-prefetch-ratio=3 --param simultaneous-prefetches=10 -fdump-tree-aprefetch-details" } */
/* { dg-options "-O3 -
msse2 -
fprefetch-loop-arrays -fdump-tree-aprefetch-details --param min-insn-to-prefetch-ratio=3 --param simultaneous-prefetches=10 -fdump-tree-aprefetch-details" } */
double
data
[
16384
];
void
donot_prefetch_when_non_constant_step_is_variant
(
int
step
,
int
n
)
...
...
This diff is collapsed.
Click to expand it.
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