Commit c28ba53
[RISCV] Reorder insert_subvector and bitcast in getDeinterleaveShiftAndTrunc. (llvm#127258)
Put the bitcast before the insert_subvector. It's more likely the insert
subvector can be combined with other nodes. The insert_subvector is only
needed sometimes, and I'm considering reusing this function which might
require pulling the insert_subvector out.1 parent 96ad795 commit c28ba53
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4660 | 4660 | | |
4661 | 4661 | | |
4662 | 4662 | | |
4663 | | - | |
4664 | | - | |
4665 | | - | |
4666 | | - | |
| 4663 | + | |
| 4664 | + | |
| 4665 | + | |
| 4666 | + | |
4667 | 4667 | | |
4668 | 4668 | | |
4669 | 4669 | | |
| |||
0 commit comments