[PATCH] D55179: AMDGPU: Remove v16i8 from register classes

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 7 10:48:08 PST 2018


arsenm added a comment.

In D55179#1323214 <https://reviews.llvm.org/D55179#1323214>, @nhaehnle wrote:

> Can we also remove the setTruncStoreAction mention of v16i8 from SIISelLowering?


No, that's the in memory type which still matters. This also doesn't really matter since we stopped adding this with addRegisterClass a long time ago


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

https://reviews.llvm.org/D55179





More information about the llvm-commits mailing list