Commit 2db2dc8
authored
[GlobalISel][NFC] Fix LLT Propagation (#119587)
Retain LLT type information by creating new LLTs from the original LLT
instead of only using the original scalar size.
This PR prepares for the [LLT FPInfo
RFC](https://discourse.llvm.org/t/rfc-globalisel-adding-fp-type-information-to-llt/83349/24)
where LLTs will carry additional floating point type information in
addition to the scalar size.1 parent 357d00d commit 2db2dc8
File tree
3 files changed
+6
-7
lines changed- llvm/lib
- CodeGen/GlobalISel
- Target/AMDGPU
3 files changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5347 | 5347 | | |
5348 | 5348 | | |
5349 | 5349 | | |
5350 | | - | |
5351 | | - | |
5352 | | - | |
| 5350 | + | |
| 5351 | + | |
| 5352 | + | |
5353 | 5353 | | |
5354 | 5354 | | |
5355 | 5355 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
528 | | - | |
529 | | - | |
| 528 | + | |
530 | 529 | | |
531 | 530 | | |
532 | 531 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
| 157 | + | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments