diff options
| author | Syadus Sefat <42645939+mssefat@users.noreply.github.com> | 2026-02-11 18:04:31 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-11 18:04:31 -0600 |
| commit | 0a966ff4e20396206c2f2e054961c2995dcbd7d4 (patch) | |
| tree | 436b3a92fcdd42ac71958d387b2dcd6f322b5e58 /llvm/test/CodeGen | |
| parent | 6ffbb320d7578f0bed137a75e6d50ca0eb1e5ab4 (diff) | |
| download | llvm-0a966ff4e20396206c2f2e054961c2995dcbd7d4.tar.gz llvm-0a966ff4e20396206c2f2e054961c2995dcbd7d4.tar.bz2 llvm-0a966ff4e20396206c2f2e054961c2995dcbd7d4.zip | |
[AMDGPU][NFC] Fix test by removing debug flag in llvm.amdgcn.raw.buffer.atomic.integer-minmax.ll (#181044)
This patch is a NFC that removes debug flag from the test
llvm.amdgcn.raw.buffer.atomic.integer-minmax.ll
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.buffer.atomic.integer-minmax.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.buffer.atomic.integer-minmax.ll b/llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.buffer.atomic.integer-minmax.ll index d3cd8839d127..8edecfdcb115 100644 --- a/llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.buffer.atomic.integer-minmax.ll +++ b/llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.buffer.atomic.integer-minmax.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6 -; RUN: llc -debug -global-isel -mtriple=amdgcn -mcpu=gfx1010 -new-reg-bank-select < %s | FileCheck %s +; RUN: llc -global-isel -mtriple=amdgcn -mcpu=gfx1010 -new-reg-bank-select < %s | FileCheck %s define amdgpu_ps float @test1(i32 %val, <4 x i32> inreg %rsrc, i32 %voffset, i32 inreg %soffset) { ; CHECK-LABEL: test1: |
