- Notifications
You must be signed in to change notification settings - Fork14.5k
Commitc99c213
authored
[mlir][Flang][NFC] Replace use of
This PR is part of the last step to remove `vector.extractelement` and`vector.insertelement` ops (RFC:https://discourse.llvm.org/t/rfc-psa-remove-vector-extractelement-and-vector-insertelement-ops-in-favor-of-vector-extract-and-vector-insert-ops).It replaces `vector.insertelement` and `vector.extractelement` with`vector.insert` and `vector.extract` in Flang. It looks like no littests are impacted?vector.insertelement/extractelement
(#143272)1 parent921c6db commitc99c213
File tree
4 files changed
+14
-4
lines changed- flang
- include/flang/Optimizer/Support
- lib/Optimizer
- Builder
- CodeGen
4 files changed
+14
-4
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
| |||
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
44 |
| - | |
| 45 | + | |
| 46 | + | |
45 | 47 |
| |
46 | 48 |
| |
47 | 49 |
| |
|
Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| |||
1685 | 1686 |
| |
1686 | 1687 |
| |
1687 | 1688 |
| |
1688 |
| - | |
| 1689 | + | |
| 1690 | + | |
| 1691 | + | |
1689 | 1692 |
| |
1690 | 1693 |
| |
1691 | 1694 |
| |
| |||
1706 | 1709 |
| |
1707 | 1710 |
| |
1708 | 1711 |
| |
1709 |
| - | |
1710 |
| - | |
| 1712 | + | |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
1711 | 1716 |
| |
1712 | 1717 |
| |
1713 | 1718 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
| |||
4224 | 4225 |
| |
4225 | 4226 |
| |
4226 | 4227 |
| |
| 4228 | + | |
4227 | 4229 |
| |
4228 | 4230 |
| |
4229 | 4231 |
| |
|
0 commit comments
Comments
(0)