[PATCH] D153295: [AMDGPU] Do not release VGPRs if there may be pending scratch stores

Anshil Gandhi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 09:53:33 PDT 2023


gandhi21299 added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp:1422
+  if (TII->isFLATGlobal(MI))
+    return false;
+
----------------
Shouldn't this return true?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153295



More information about the llvm-commits mailing list