[llvm] [AMDGPU] Improve execz branch removal for async load-to-LDS (PR #192341)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 07:46:25 PDT 2026


================
@@ -401,6 +401,30 @@ bool SIPreEmitPeephole::getBlockDestinations(
   return true;
 }
 
+static bool isAsyncLoadToLDS(unsigned Opc) {
----------------
arsenm wrote:

Can you move this to tablegen? 

https://github.com/llvm/llvm-project/pull/192341


More information about the llvm-commits mailing list