Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
5d1b6ce8
Commit
5d1b6ce8
authored
13 years ago
by
Raghesh Aloor
Browse files
Options
Downloads
Patches
Plain Diff
www: Updating memaccess Documentation
llvm-svn: 137607
parent
f6a5fc2e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
polly/www/documentation/memaccess.html
+18
-0
18 additions, 0 deletions
polly/www/documentation/memaccess.html
with
18 additions
and
0 deletions
polly/www/documentation/memaccess.html
+
18
−
0
View file @
5d1b6ce8
...
@@ -85,6 +85,24 @@ We need to detect this access function change.
...
@@ -85,6 +85,24 @@ We need to detect this access function change.
<h3>
Step 2
</h3>
<h3>
Step 2
</h3>
Update the code generation module to reflect the access function change made
Update the code generation module to reflect the access function change made
in Step 1.
in Step 1.
<h3>
Step 2.1 Code generation for a constant
</h3>
In the JSCOP file an access function which has variables is changed to a
constant. Code is generated to reflect this change. Let the content of original
JSCOP file be:
<pre>
"accesses" : [{
"kind" : "read",
"relation" : "{ Stmt_for_body[i0] -> MemRef_A[i0] }"
}]
</pre>
The transformed JSCOP file is:
<pre>
"accesses" : [{
"kind" : "read",
"relation" : "{ Stmt_for_body[i0] -> MemRef_A[10] }"
}]
</pre>
Code is generated for this change.
</div>
</div>
</body>
</body>
</html>
</html>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment