[llvm] [AMDGPU] Add intrinsic for raw atomic buffer loads (PR #97707)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 19 10:52:37 PDT 2024
================
@@ -0,0 +1,304 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -march=amdgcn -mcpu=gfx1100 -verify-machineinstrs -global-isel=0 | FileCheck %s -check-prefix=CHECK
+; RUN: llc < %s -march=amdgcn -mcpu=gfx1100 -verify-machineinstrs -global-isel=1 | FileCheck %s -check-prefix=CHECK
----------------
arsenm wrote:
Don't need -verify-machineinstrs
https://github.com/llvm/llvm-project/pull/97707
More information about the llvm-commits
mailing list