[llvm] 3213769 - AMDGPU: Fix copy-pasted test name error
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 11 06:15:35 PST 2019
Author: Matt Arsenault
Date: 2019-12-11T19:44:47+05:30
New Revision: 32137699f7f7d6df6157d47eb33faf96dfd257f3
URL: https://github.com/llvm/llvm-project/commit/32137699f7f7d6df6157d47eb33faf96dfd257f3
DIFF: https://github.com/llvm/llvm-project/commit/32137699f7f7d6df6157d47eb33faf96dfd257f3.diff
LOG: AMDGPU: Fix copy-pasted test name error
Added:
Modified:
llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-rmw-fsub.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-rmw-fsub.ll b/llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-rmw-fsub.ll
index 845489721ebf..8a42e05f5213 100644
--- a/llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-rmw-fsub.ll
+++ b/llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-rmw-fsub.ll
@@ -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:
More information about the llvm-commits
mailing list