Skip to content

Commit

Permalink
[LV] Fix formatting from 2f9d68c.
Browse files Browse the repository at this point in the history
  • Loading branch information
fhahn committed Mar 27, 2021
1 parent 2f9d68c commit d2855eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1661,7 +1661,8 @@ class LoopVectorizationCostModel {

/// Estimate the overhead of scalarizing an instruction. This is a
/// convenience wrapper for the type-based getScalarizationOverhead API.
InstructionCost getScalarizationOverhead(Instruction *I, ElementCount VF) const;
InstructionCost getScalarizationOverhead(Instruction *I,
ElementCount VF) const;

/// Returns whether the instruction is a load or store and will be a emitted
/// as a vector operation.
Expand Down

0 comments on commit d2855eb

Please sign in to comment.