mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
AMDGPU: Fix copy-pasted test name error
This commit is contained in:
parent
4e8ca7cdd3
commit
b5ddc33483
@ -2,8 +2,8 @@
|
||||
; RUN: opt -S -mtriple=amdgcn-amd-amdhsa -mcpu=hawaii -atomic-expand %s | FileCheck -check-prefix=GCN %s
|
||||
; RUN: opt -S -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -atomic-expand %s | FileCheck -check-prefix=GCN %s
|
||||
|
||||
define float @test_atomicrmw_fadd_f32_flat(float* %ptr, float %value) {
|
||||
; GCN-LABEL: @test_atomicrmw_fadd_f32_flat(
|
||||
define float @test_atomicrmw_fsub_f32_flat(float* %ptr, float %value) {
|
||||
; GCN-LABEL: @test_atomicrmw_fsub_f32_flat(
|
||||
; GCN-NEXT: [[TMP1:%.*]] = load float, float* [[PTR:%.*]], align 4
|
||||
; GCN-NEXT: br label [[ATOMICRMW_START:%.*]]
|
||||
; GCN: atomicrmw.start:
|
||||
|
Loading…
Reference in New Issue
Block a user