[llvm] Remove an incorrect assert in MFMASmallGemmSingleWaveOpt. (PR #130131)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 13 07:33:40 PDT 2025
================
@@ -0,0 +1,93 @@
+; RUN: llc -mtriple=amdgcn -mcpu=gfx90a -O1 -global-isel=true < %s
+
+; Function Attrs: nounwind
+define amdgpu_kernel void @test_iglp_opt() #0 {
+entry:
+ call void @llvm.amdgcn.iglp.opt(i32 0) #4
----------------
arsenm wrote:
Drop callsite attribute infection
https://github.com/llvm/llvm-project/pull/130131
More information about the llvm-commits
mailing list