[llvm] [AMDGPU] Fix printing hasInitWholeWave in mir (PR #123232)

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 01:32:16 PST 2025


================
@@ -0,0 +1,17 @@
+; RUN: llc -global-isel=0 -march=amdgcn -mcpu=gfx1100 -stop-after=amdgpu-isel < %s | FileCheck --check-prefix=GCN %s
+; RUN: llc -global-isel=1 -march=amdgcn -mcpu=gfx1100 -stop-after=amdgpu-isel < %s | FileCheck --check-prefix=GCN %s
----------------
rampitec wrote:

Done

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


More information about the llvm-commits mailing list