projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f9d68c
)
[LV] Fix formatting from 2f9d68c3f12a.
author
Florian Hahn
<flo@fhahn.com>
Sat, 27 Mar 2021 21:29:53 +0000
(21:29 +0000)
committer
Florian Hahn
<flo@fhahn.com>
Sat, 27 Mar 2021 21:29:56 +0000
(21:29 +0000)
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
index
37af529
..
3caff5f
100644
(file)
--- a/
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+++ b/
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@
-1661,7
+1661,8
@@
private:
/// 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.