================
@@ -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