[PATCH] D128252: [AMDGPU] Lowering VGPR to SGPR copies to v_readfirstlane_b32 if profitable.

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 12:03:39 PDT 2022


nhaehnle added a comment.

In D128252#3651926 <https://reviews.llvm.org/D128252#3651926>, @alex-t wrote:

> The number of the SALU instructions that are converting VALU, in this case, is the SChain.size()

Thanks for the explanation, it all makes sense now. I misread what SChain does, sorry about that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128252



More information about the llvm-commits mailing list