forked from OSchip/llvm-project
[LV] Reflow comment for VectorizationCostTy (NFC).
This commit is contained in:
parent
2a7bb8494e
commit
91053e327c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue