[PATCH] D101992: AMDGPU/GlobalISel: Use destination register bank in applyMappingLoad

Petar Avramovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 7 04:35:50 PDT 2021


Petar.Avramovic added a comment.

> Can you also add an end to end IR test for this case

No longer possible because of D101962 <https://reviews.llvm.org/D101962> (also was way too large for lit test).
I did find another test, it needs -mattr=+unaligned-access-mode and align 1 to pass through legalizer and get vgpr dst + sgpr address.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101992/new/

https://reviews.llvm.org/D101992



More information about the llvm-commits mailing list