Fixes https://github.com/llvm/llvm-project/issues/63436
Improves lowering of extending FP vector loads.
Differential D153477
[NVPTX] Correctly lower extending loads for fp16 vectors. tra on Jun 21 2023, 3:37 PM. Authored by
Details Fixes https://github.com/llvm/llvm-project/issues/63436 Improves lowering of extending FP vector loads.
Diff Detail
Event Timeline
Comment Actions Fixed an error in lowering extending vector loads. We were bailing out due to comparing the alignment of *extended* type, instead |
I would like to understand how this is safe, since for target nodes we will always get IsSigned = false . Could there be cases where we would actually need a signed convert?