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
17796c43
Commit
17796c43
authored
Sep 06, 2013
by
Jan Hubicka
Committed by
Jan Hubicka
Sep 05, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/autopar/pr49960.c: Disable partial inlining
From-SVN: r202297
parent
770da076
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/autopar/pr49960.c
+4
-2
No files found.
gcc/testsuite/ChangeLog
View file @
17796c43
2013-09-05 Jan Hubicka <jh@suse.cz>
* gcc.dg/autopar/pr49960.c: Disable partial inlining
2013-09-05 Richard Biener <rguenther@suse.de>
PR tree-optimization/58137
...
...
gcc/testsuite/gcc.dg/autopar/pr49960.c
View file @
17796c43
/* { dg-do compile } */
/* { dg-options "-O2 -ftree-parallelize-loops=4 -fdump-tree-parloops-details -fdump-tree-optimized" } */
/* { dg-options "-O2 -ftree-parallelize-loops=4 -fdump-tree-parloops-details -fdump-tree-optimized
-fno-partial-inlining
" } */
#include <stdio.h>
#define MB 100
...
...
@@ -12,7 +12,9 @@ void MRTRBR(int MA_1, int NA_1, int MB_1)
int
i
,
j
,
t
,
k
;
/* At the moment we are not able to hoist the loop headers out of the loop
nest. */
nest.
Partial inlining needs to be disabled so we do not optimize this out
of the function body. */
if
(
MA_1
<
4
||
NA_1
<
4
||
MB_1
<
4
)
return
;
...
...
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