Commit 118d349
[LV] Split RecurrenceDescriptor into RecurKind + FastMathFlags in LoopUtils. NFC (llvm#132014)
Split off from llvm#131300, this splits up RecurrenceDescriptor arguments so
that arbitrary recurrence kinds may be used down the line.1 parent 7e73b7a commit 118d349
File tree
3 files changed
+14
-21
lines changed- llvm
- include/llvm/Transforms/Utils
- lib/Transforms
- Utils
- Vectorize
3 files changed
+14
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
413 | | - | |
| 412 | + | |
| 413 | + | |
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
430 | | - | |
431 | | - | |
| 429 | + | |
| 430 | + | |
432 | 431 | | |
433 | 432 | | |
434 | 433 | | |
435 | | - | |
436 | | - | |
| 434 | + | |
437 | 435 | | |
438 | 436 | | |
439 | 437 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1308 | 1308 | | |
1309 | 1309 | | |
1310 | 1310 | | |
1311 | | - | |
1312 | | - | |
| 1311 | + | |
1313 | 1312 | | |
1314 | 1313 | | |
1315 | 1314 | | |
1316 | 1315 | | |
1317 | 1316 | | |
1318 | 1317 | | |
1319 | | - | |
| 1318 | + | |
1320 | 1319 | | |
1321 | 1320 | | |
1322 | 1321 | | |
1323 | 1322 | | |
1324 | | - | |
1325 | | - | |
| 1323 | + | |
1326 | 1324 | | |
1327 | | - | |
1328 | | - | |
| 1325 | + | |
1329 | 1326 | | |
1330 | 1327 | | |
1331 | 1328 | | |
1332 | 1329 | | |
1333 | 1330 | | |
1334 | 1331 | | |
1335 | 1332 | | |
1336 | | - | |
1337 | | - | |
| 1333 | + | |
1338 | 1334 | | |
1339 | | - | |
1340 | | - | |
| 1335 | + | |
1341 | 1336 | | |
1342 | 1337 | | |
1343 | 1338 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2257 | 2257 | | |
2258 | 2258 | | |
2259 | 2259 | | |
2260 | | - | |
| 2260 | + | |
2261 | 2261 | | |
2262 | 2262 | | |
2263 | 2263 | | |
| |||
2302 | 2302 | | |
2303 | 2303 | | |
2304 | 2304 | | |
2305 | | - | |
| 2305 | + | |
2306 | 2306 | | |
2307 | | - | |
| 2307 | + | |
2308 | 2308 | | |
2309 | 2309 | | |
2310 | 2310 | | |
| |||
0 commit comments