[llvm] [AMDGPU] Update tests for last-use in global/scratch/flat/buffer load… (PR #94975)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 10 06:20:14 PDT 2024


================
@@ -0,0 +1,27 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+;RUN: llc < %s -mtriple=amdgcn -mcpu=gfx1200 -amdgpu-enable-delay-alu=0 -verify-machineinstrs | FileCheck %s --check-prefix=GCN
+;RUN: llc < %s -global-isel -mtriple=amdgcn -mcpu=gfx1200 -amdgpu-enable-delay-alu=0 -verify-machineinstrs | FileCheck %s --check-prefix=GCN
+
+define amdgpu_ps float @raw_buffer_load(<4 x i32> inreg) {
----------------
arsenm wrote:

can use default calling convention?

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


More information about the llvm-commits mailing list