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
2acf977b
Commit
2acf977b
authored
May 15, 2005
by
Daniel Berlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
As discussed on ML, test is no longer useful
From-SVN: r99731
parent
a37103a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
gcc/testsuite/gcc.dg/tree-ssa/ltrans-5.c
+0
-19
No files found.
gcc/testsuite/gcc.dg/tree-ssa/ltrans-5.c
deleted
100644 → 0
View file @
a37103a4
/* { dg-do compile } */
/* { dg-options "-O2 -ftree-loop-linear -fdump-tree-ltrans-all" } */
typedef
struct
rtx_
{
}
*
rtx
;
static
rtx
regno_save_mem
[
53
][
16
/
4
+
1
];
extern
set_mem_alias_set
(
rtx
,
rtx
);
int
main
(
void
)
{
int
i
,
j
;
for
(
i
=
0
;
i
<
53
;
i
++
)
for
(
j
=
(
16
/
(
0
?
8
:
4
));
j
>
0
;
j
--
)
if
(
regno_save_mem
[
i
][
j
]
!=
0
)
set_mem_alias_set
(
regno_save_mem
[
i
][
j
],
0
);
}
/* { dg-final { scan-tree-dump-times "Linear expression: constant: 1 invariants: denominator: 1" 1 "ltrans" } } */
/* { dg-final { scan-tree-dump-times "transformed loop" 1 "ltrans"} } */
/* { dg-final { cleanup-tree-dump "ltrans" } } */
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