[llvm] 62790a8 - AMDGPU: Fix test from previous commit

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 4 19:13:12 PDT 2023


Author: Nicolai Hähnle
Date: 2023-09-05T00:31:49+02:00
New Revision: 62790a8d4a94f9e6eaa97c96dcd40f72cc5bff01

URL: https://github.com/llvm/llvm-project/commit/62790a8d4a94f9e6eaa97c96dcd40f72cc5bff01
DIFF: https://github.com/llvm/llvm-project/commit/62790a8d4a94f9e6eaa97c96dcd40f72cc5bff01.diff

LOG: AMDGPU: Fix test from previous commit

Added: 
    

Modified: 
    llvm/test/CodeGen/AMDGPU/schedule-addrspaces.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AMDGPU/schedule-addrspaces.ll b/llvm/test/CodeGen/AMDGPU/schedule-addrspaces.ll
index 4f21106b0999ca..49e434e2dd30c3 100644
--- a/llvm/test/CodeGen/AMDGPU/schedule-addrspaces.ll
+++ b/llvm/test/CodeGen/AMDGPU/schedule-addrspaces.ll
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 3
-; RUN: llc -march=amdgcn -mcpu=gfx1100 -o - < %s | FileCheck --prefixes=CHECK %s
+; RUN: llc -march=amdgcn -mcpu=gfx1100 -o - < %s | FileCheck --check-prefixes=CHECK %s
 
 define amdgpu_gfx void @example(<4 x i32> inreg %rsrc, ptr addrspace(5) %src, i32 %dst) {
 ; CHECK-LABEL: example:


        


More information about the llvm-commits mailing list