[PATCH] D63420: AMDGPU: Fix s.buffer.load being marked as readnone

Marek Olšák via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 26 10:21:06 PDT 2019


mareko added a comment.

This has a possibly negative impact on Mesa. Both SGPR usage and SGPR spilling increased. I don't see anything suspicious in the generated assembly other than instructions being reordered. I'd like to better understand the side effects of this patch.


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

https://reviews.llvm.org/D63420





More information about the llvm-commits mailing list