Commit 97b8536
committed
[LV] Split RecurrenceDescriptor into RecurKind + FastMathFlags in LoopUtils. NFC
Split off from llvm#131300, this splits up RecurrenceDescriptor arguments so that
arbitrary recurrence kinds may be used down the line.1 parent f6ad65a commit 97b8536
File tree
3 files changed
+13
-20
lines changed- llvm
- include/llvm/Transforms/Utils
- lib/Transforms
- Utils
- Vectorize
3 files changed
+13
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
415 | | - | |
| 414 | + | |
| 415 | + | |
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
433 | | - | |
| 432 | + | |
434 | 433 | | |
435 | 434 | | |
436 | 435 | | |
437 | | - | |
438 | | - | |
| 436 | + | |
439 | 437 | | |
440 | 438 | | |
441 | 439 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1333 | 1333 | | |
1334 | 1334 | | |
1335 | 1335 | | |
1336 | | - | |
1337 | | - | |
| 1336 | + | |
1338 | 1337 | | |
1339 | 1338 | | |
1340 | 1339 | | |
1341 | 1340 | | |
1342 | 1341 | | |
1343 | 1342 | | |
1344 | | - | |
| 1343 | + | |
1345 | 1344 | | |
1346 | 1345 | | |
1347 | 1346 | | |
1348 | 1347 | | |
1349 | | - | |
1350 | | - | |
| 1348 | + | |
1351 | 1349 | | |
1352 | | - | |
1353 | | - | |
| 1350 | + | |
1354 | 1351 | | |
1355 | 1352 | | |
1356 | 1353 | | |
1357 | 1354 | | |
1358 | 1355 | | |
1359 | 1356 | | |
1360 | 1357 | | |
1361 | | - | |
1362 | | - | |
| 1358 | + | |
1363 | 1359 | | |
1364 | | - | |
1365 | | - | |
| 1360 | + | |
1366 | 1361 | | |
1367 | 1362 | | |
1368 | 1363 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2311 | 2311 | | |
2312 | 2312 | | |
2313 | 2313 | | |
2314 | | - | |
| 2314 | + | |
2315 | 2315 | | |
2316 | 2316 | | |
2317 | 2317 | | |
| |||
2356 | 2356 | | |
2357 | 2357 | | |
2358 | 2358 | | |
2359 | | - | |
| 2359 | + | |
2360 | 2360 | | |
2361 | | - | |
| 2361 | + | |
2362 | 2362 | | |
2363 | 2363 | | |
2364 | 2364 | | |
| |||
0 commit comments