mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-19 06:38:28 +00:00
[polly] Fix typos in documentation
This commit is contained in:
parent
96b59b4f06
commit
27f7546f33
@ -83,7 +83,7 @@ kernels is generally very fast and the actual optimization and cleanup passes
|
||||
are only run on functions which contain loop kernels that are worth optimizing.
|
||||
However, due to the many optimizations that LLVM runs before Polly the IR that
|
||||
reaches Polly often has additional scalar dependences that make Polly a lot less
|
||||
efficient. To force Polly to run before the vectorizer in the pass pipleline use
|
||||
efficient. To force Polly to run before the vectorizer in the pass pipeline use
|
||||
the option *-polly-position=before-vectorizer*. This position is not yet the
|
||||
default for Polly, but work is on its way to be effective even in presence of
|
||||
scalar dependences. After this work has been completed, Polly will likely use
|
||||
|
@ -240,7 +240,7 @@ performance improvement can be expected by an optimal automatic optimizer.
|
||||
-------------------------------------------------------------------------------------
|
||||
|
||||
Polly can reimport jscop files, in which the schedules of the statements
|
||||
are changed. These changed schedules are used to descripe
|
||||
are changed. These changed schedules are used to describe
|
||||
transformations. It is possible to import different jscop files by
|
||||
providing the postfix of the jscop file that is imported.
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
Tips and Tricks on using and contributing to Polly
|
||||
==================================================
|
||||
|
||||
Commiting to polly trunk
|
||||
------------------------
|
||||
Committing to polly trunk
|
||||
-------------------------
|
||||
- `General reference to git-svn workflow <https://stackoverflow.com/questions/190431/is-git-svn-dcommit-after-merging-in-git-dangerous>`_
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user