Skip to content

Commit 4f8e69e

Browse files
committed
fixup! AMDGPU: Report unaligned scratch access as fast if supported by tgt
1 parent d6db617 commit 4f8e69e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

llvm/test/Transforms/AggressiveInstCombine/AMDGPU/fold-consecutive-loads.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,6 @@ bb:
229229
ret <16 x float> %call235
230230
}
231231

232-
; Function Attrs: convergent nocallback nofree nosync nounwind willreturn memory(none)
233232
declare <16 x float> @llvm.amdgcn.mfma.f32.32x32x16.fp8.fp8(i64, i64, <16 x float>, i32 immarg, i32 immarg, i32 immarg) #0
234233

235-
; uselistorder directives
236-
uselistorder ptr @llvm.amdgcn.mfma.f32.32x32x16.fp8.fp8, { 3, 2, 1, 0 }
237-
238234
attributes #0 = { convergent nocallback nofree nosync nounwind willreturn memory(none) }
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
if not "AMDGPU" in config.root.targets:
2+
config.unsupported = True

0 commit comments

Comments
 (0)