Commit fcfde33
File tree
7 files changed
+379
-328
lines changedFilter options
- llvm
- lib/Transforms/Vectorize
- unittests/Transforms/Vectorize
7 files changed
+379
-328
lines changedllvm/lib/Transforms/Vectorize/CMakeLists.txt
Copy file name to clipboardExpand all lines: llvm/lib/Transforms/Vectorize/CMakeLists.txt+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
|
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Copy file name to clipboardExpand all lines: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp+37-277Lines changed: 37 additions & 277 deletions
Large diffs are not rendered by default.
llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
Copy file name to clipboardExpand all lines: llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h+14-35Lines changed: 14 additions & 35 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
| 71 | + |
80 | 72 |
|
81 | 73 |
|
82 | 74 |
|
| ||
118 | 110 |
|
119 | 111 |
|
120 | 112 |
|
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
125 |
| - |
126 | 113 |
|
127 | 114 |
|
128 | 115 |
|
| ||
160 | 147 |
|
161 | 148 |
|
162 | 149 |
|
| 150 | + |
163 | 151 |
|
164 | 152 |
|
165 |
| - |
| 153 | + |
| 154 | + |
166 | 155 |
|
167 | 156 |
|
168 | 157 |
|
| ||
193 | 182 |
|
194 | 183 |
|
195 | 184 |
|
196 |
| - |
197 |
| - |
198 |
| - |
199 |
| - |
200 |
| - |
201 |
| - |
202 |
| - |
203 |
| - |
204 | 185 |
|
205 |
| - |
206 |
| - |
207 |
| - |
208 |
| - |
209 |
| - |
210 |
| - |
211 |
| - |
212 |
| - |
213 |
| - |
214 |
| - |
215 |
| - |
216 |
| - |
| 186 | + |
| 187 | + |
| 188 | + |
217 | 189 |
|
218 | 190 |
|
219 | 191 |
|
| ||
238 | 210 |
|
239 | 211 |
|
240 | 212 |
|
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
241 | 220 |
|
242 | 221 |
|
243 | 222 |
|
|
llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
Copy file name to clipboardExpand all lines: llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp+5-11Lines changed: 5 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
70 |
| - |
| 69 | + |
71 | 70 |
|
72 | 71 |
|
73 | 72 |
|
| ||
242 | 241 |
|
243 | 242 |
|
244 | 243 |
|
245 |
| - |
246 |
| - |
| 244 | + |
247 | 245 |
|
248 | 246 |
|
249 | 247 |
|
| ||
334 | 332 |
|
335 | 333 |
|
336 | 334 |
|
337 |
| - |
338 |
| - |
339 |
| - |
340 | 335 |
|
341 | 336 |
|
342 | 337 |
|
343 | 338 |
|
344 |
| - |
345 |
| - |
346 |
| - |
| 339 | + |
| 340 | + |
347 | 341 |
|
348 |
| - |
| 342 | + |
349 | 343 |
|
350 | 344 |
|
351 | 345 |
|
|
0 commit comments