llvm-project
5f5435e7 - AMDGPU/GlobalISel: Legalize scalar extloads with large memory type (#197648)

Commit
5 days ago
AMDGPU/GlobalISel: Legalize scalar extloads with large memory type (#197648) Add narrowScalar for scalar sext/zextload when the memory type is larger then 32 bits. There is no narrow scalar implementation when NarrowSize < MemSize (split load) but we don't want that anyway. Narrow scalar to MemSize creates large normal load + extension to dst.
Parents
Loading