Details
Details
Diff Detail
Diff Detail
Event Timeline
| llvm/lib/CodeGen/GlobalISel/Utils.cpp | ||
|---|---|---|
| 289 | Is there any reason we weren't doing this before? | |
| llvm/lib/CodeGen/GlobalISel/Utils.cpp | ||
|---|---|---|
| 289 | I don't know. I guess it's slightly weird to just treat these as 0 and not something distinct. Another oddity is when rolling back the seen casts at the end, no extend is applied. This is also the case for G_INTTOPTR (although I think this case is actually broken) | |
| llvm/lib/CodeGen/GlobalISel/Utils.cpp | ||
|---|---|---|
| 320 | Probably need to add a G_ANYEXT case here? | |
Is there any reason we weren't doing this before?