mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-12 10:52:38 +00:00
[ScheduleOptimiser] fix typos in top comment [NFC]
coice -> choice Transations -> Transactions llvm-svn: 298095
This commit is contained in:
parent
5f08a1dca8
commit
3e4a7d38ab
@ -26,7 +26,7 @@
|
||||
// These optimizations include:
|
||||
//
|
||||
// - Tiling of the innermost tilable bands
|
||||
// - Prevectorization - The coice of a possible outer loop that is strip-mined
|
||||
// - Prevectorization - The choice of a possible outer loop that is strip-mined
|
||||
// to the innermost level to enable inner-loop
|
||||
// vectorization.
|
||||
// - Some optimizations for spatial locality are also planned.
|
||||
@ -36,7 +36,7 @@
|
||||
//
|
||||
// Polyhedral AST generation is more than scanning polyhedra
|
||||
// Tobias Grosser, Sven Verdoolaege, Albert Cohen
|
||||
// ACM Transations on Programming Languages and Systems (TOPLAS),
|
||||
// ACM Transactions on Programming Languages and Systems (TOPLAS),
|
||||
// 37(4), July 2015
|
||||
// http://www.grosser.es/#pub-polyhedral-AST-generation
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user