[LV] Reflow comment for VectorizationCostTy (NFC).

This commit is contained in:
Florian Hahn 2021-06-25 13:55:08 +01:00
parent 2a7bb8494e
commit 91053e327c
No known key found for this signature in database
GPG Key ID: 61D7554B5CECDC0D
1 changed files with 3 additions and 5 deletions

View File

@ -1660,11 +1660,9 @@ private:
/// The vectorization cost is a combination of the cost itself and a boolean
/// indicating whether any of the contributing operations will actually
/// operate on
/// vector values after type legalization in the backend. If this latter value
/// is
/// false, then all operations will be scalarized (i.e. no vectorization has
/// actually taken place).
/// operate on vector values after type legalization in the backend. If this
/// latter value is false, then all operations will be scalarized (i.e. no
/// vectorization has actually taken place).
using VectorizationCostTy = std::pair<InstructionCost, bool>;
/// Returns the expected execution cost. The unit of the cost does