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
7ebaeab5
Commit
7ebaeab5
authored
Jan 23, 2006
by
Diego Novillo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
omp-low.c: Update documentation.
* omp-low.c: Update documentation. From-SVN: r110143
parent
8a0092c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
+8
-9
gcc/ChangeLog
+5
-1
gcc/omp-low.c
+3
-8
No files found.
gcc/ChangeLog
View file @
7ebaeab5
2006-01-23 Diego Novillo <dnovillo@redhat.com>
* omp-low.c: Update documentation.
2006-01-23 Andrew Pinski <pinskia@physics.uc.edu>
Daniel Berlin <dberlin@dberlin.org>
Daniel Berlin <dberlin@dberlin.org>
PR tree-opt/25315
PR tree-opt/25857
...
...
gcc/omp-low.c
View file @
7ebaeab5
...
...
@@ -50,14 +50,9 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
re-gimplifing things when variables have been replaced with complex
expressions.
Lowering of a parallel statement results in the contents of the
parallel being moved to a new function, to be invoked by the thread
library. The variable remapping process is complex enough that only
one level of parallel statement is handled at one time. If there are
nested parallel statements, those nested statements are handled when
the new function is lowered and optimized. The result is not 100%
optimal, but lexically nested parallels effectively only happens in
test suites. */
Final code generation is done by pass_expand_omp. The flowgraph is
scanned for parallel regions which are then moved to a new
function, to be invoked by the thread library. */
/* Parallel region information. Every parallel and workshare
directive is enclosed between two markers, the OMP_* directive
...
...
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