[llvm] [AMDGPU] Automatic conversion from wave32 to wave64 (PR #137376)
Stanislav Mekhanoshin via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 25 12:14:21 PDT 2025
================
@@ -0,0 +1,121 @@
+; RUN: opt -S -mtriple=amdgcn -mcpu=gfx1100 -passes=si-convert-wave-size < %s | FileCheck %s
----------------
rampitec wrote:
Also need to test full compilation and check resulting .amdhsa_wavefront_size32 value.
https://github.com/llvm/llvm-project/pull/137376
More information about the llvm-commits
mailing list