[llvm] a657deb - [AMDGPU] Update RUN line in test (NFC)

Mirko Brkusanin via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 22 03:45:23 PDT 2023


Author: Mirko Brkusanin
Date: 2023-09-22T12:41:54+02:00
New Revision: a657deb42ebdfb5e72d0823001485a97ee65a2c6

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

LOG: [AMDGPU] Update RUN line in test (NFC)

Added: 
    

Modified: 
    llvm/test/CodeGen/AMDGPU/code-size-estimate.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AMDGPU/code-size-estimate.ll b/llvm/test/CodeGen/AMDGPU/code-size-estimate.ll
index aa24cc32047292a..22823c8b6b0a8d5 100644
--- a/llvm/test/CodeGen/AMDGPU/code-size-estimate.ll
+++ b/llvm/test/CodeGen/AMDGPU/code-size-estimate.ll
@@ -1,6 +1,6 @@
 ; RUN: llc -march=amdgcn -mcpu=gfx900 -show-mc-encoding < %s | FileCheck -check-prefixes=CHECK,GFX9 %s
 ; RUN: llc -march=amdgcn -mcpu=gfx1030 -show-mc-encoding < %s | FileCheck -check-prefixes=CHECK,GFX10 %s
-; RUN: llc -march=amdgcn -mcpu=gfx1100 -show-mc-encoding < %s | FileCheck -check-prefixes=CHECK,GFX11 %s
+; RUN: llc -march=amdgcn -mcpu=gfx1100 -show-mc-encoding < %s | FileCheck -check-prefixes=CHECK,GFX11,GFX1100 %s
 ; RUN: llc -march=amdgcn -mcpu=gfx1150 -show-mc-encoding < %s | FileCheck -check-prefixes=CHECK,GFX11,GFX1150 %s
 
 declare float @llvm.fabs.f32(float)


        


More information about the llvm-commits mailing list