[PATCH] D97316: AMDGPU: Add even aligned VGPR/AGPR register classes

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 13:46:47 PST 2021


rampitec added a comment.

In D97316#2583083 <https://reviews.llvm.org/D97316#2583083>, @arsenm wrote:

> In D97316#2583047 <https://reviews.llvm.org/D97316#2583047>, @rampitec wrote:
>
>> If coalesce-vgpr-alignment.ll and hiloeo-odd-coalesce.ll pass then you are right.
>
> I have a separate patch for this. coalesce-vgpr-alignment.ll is better and saves a move. I don't see hiloeo-odd-coalesce.ll

Ah, right! It was included into coalesce-vgpr-alignment.ll. So does coalesce-vgpr-alignment.ll pass with that code from shouldCoalesce() removed? If it does I have no objections (except a nit with llvm_unreachable and some reported failing tests from the robot).


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

https://reviews.llvm.org/D97316



More information about the llvm-commits mailing list