[PATCH] D149986: AMDGPU: Force sc0 and sc1 on stores for gfx940 and gfx941

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 11:38:05 PDT 2023


kzhuravl added a comment.

In D149986#4329302 <https://reviews.llvm.org/D149986#4329302>, @arsenm wrote:

> Should this be a feature set by default in the subtarget constructor instead? Should you be able to turn this off?

Users should not be able to turn this off. If user wants it off, user can use gfx942. Should it be moved to the subtarget constructor?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149986



More information about the llvm-commits mailing list