[llvm] [AMDGPU][NFC] Update left over tests for COV5 (PR #76984)

Saiyedul Islam via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 5 03:54:44 PST 2024


================
@@ -1,4 +1,5 @@
-; RUN: llc -O0 -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %s | FileCheck %s
+; RUN: sed 's/CODE_OBJECT_VERSION/400/g' %s | llc -O0 -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 | FileCheck -check-prefixes=CHECK,COV4 %s
+; RUN: sed 's/CODE_OBJECT_VERSION/500/g' %s | llc -O0 -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 | FileCheck -check-prefixes=CHECK,COV5 %s
----------------
saiislam wrote:

You are right. I have updated these tests to only check for cov5 in the latest commit.

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


More information about the llvm-commits mailing list