mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-28 15:33:16 +00:00
Fix the document style.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168569 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8c6b73666b
commit
00e8074ee2
@ -118,10 +118,10 @@ public:
|
||||
|
||||
// Perform the actual loop widening (vectorization).
|
||||
void vectorize(LoopVectorizationLegality *Legal) {
|
||||
///Create a new empty loop. Unlink the old loop and connect the new one.
|
||||
// Create a new empty loop. Unlink the old loop and connect the new one.
|
||||
createEmptyLoop(Legal);
|
||||
/// Widen each instruction in the old loop to a new one in the new loop.
|
||||
/// Use the Legality module to find the induction and reduction variables.
|
||||
// Widen each instruction in the old loop to a new one in the new loop.
|
||||
// Use the Legality module to find the induction and reduction variables.
|
||||
vectorizeLoop(Legal);
|
||||
// Register the new loop and update the analysis passes.
|
||||
updateAnalysis();
|
||||
|
Loading…
Reference in New Issue
Block a user