mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Update the comment to mention that we use TTI.
llvm-svn: 181178
This commit is contained in:
parent
8564ccca8b
commit
9119c025de
@ -8,9 +8,9 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This is the LLVM loop vectorizer. This pass modifies 'vectorizable' loops
|
||||
// and generates target-independent LLVM-IR. Legalization of the IR is done
|
||||
// in the codegen. However, the vectorizer uses (will use) the codegen
|
||||
// interfaces to generate IR that is likely to result in an optimal binary.
|
||||
// and generates target-independent LLVM-IR.
|
||||
// The vectorizer uses the TargetTransformInfo analysis to estimate the costs
|
||||
// of instructions in order to estimate the profitability of vectorization.
|
||||
//
|
||||
// The loop vectorizer combines consecutive loop iterations into a single
|
||||
// 'wide' iteration. After this transformation the index is incremented
|
||||
|
Loading…
Reference in New Issue
Block a user