Skip to content

Commit 243c8cf

Browse files
committed
adjust more tests
Created using spr 1.3.6-beta.1
1 parent 3286552 commit 243c8cf

36 files changed

+4
-75
lines changed

llvm/test/CodeGen/AMDGPU/addrspacecast-captured.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
; RUN: opt -S -mtriple=amdgcn-unknown-amdhsa -mcpu=kaveri -passes=amdgpu-promote-alloca < %s | FileCheck %s
22
; Nothing should be done if the addrspacecast is captured.
33

4-
target triple = "amdgcn-amd-amdhsa"
5-
64
declare void @consume_ptr2int(i32) #0
75

86
; CHECK-LABEL: @addrspacecast_captured(

llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-ceil.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
22
; RUN: opt -S -mtriple=amdgcn-amd-amdhsa -passes=amdgpu-simplifylib %s | FileCheck %s
33

4-
target triple = "amdgcn-amd-amdhsa"
5-
64
declare float @_Z4ceilf(float)
75
declare <2 x float> @_Z4ceilDv2_f(<2 x float>)
86
declare <3 x float> @_Z4ceilDv3_f(<3 x float>)

llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-copysign.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
22
; RUN: opt -S -mtriple=amdgcn-amd-amdhsa -passes=amdgpu-simplifylib %s | FileCheck %s
33

4-
target triple = "amdgcn-amd-amdhsa"
5-
64
declare float @_Z8copysignff(float, float)
75
declare <2 x float> @_Z8copysignDv2_fS_(<2 x float>, <2 x float>)
86
declare <3 x float> @_Z8copysignDv3_fS_(<3 x float>, <3 x float>)

llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-exp.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
22
; RUN: opt -S -mtriple=amdgcn-amd-amdhsa -passes=amdgpu-simplifylib %s | FileCheck %s
33

4-
target triple = "amdgcn-amd-amdhsa"
5-
64
declare float @_Z3expf(float)
75
declare <2 x float> @_Z3expDv2_f(<2 x float>)
86
declare <3 x float> @_Z3expDv3_f(<3 x float>)

llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-exp2.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
22
; RUN: opt -S -mtriple=amdgcn-amd-amdhsa -passes=amdgpu-simplifylib %s | FileCheck %s
33

4-
target triple = "amdgcn-amd-amdhsa"
5-
64
declare float @_Z4exp2f(float)
75
declare <2 x float> @_Z4exp2Dv2_f(<2 x float>)
86
declare <3 x float> @_Z4exp2Dv3_f(<3 x float>)

llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-fabs.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
22
; RUN: opt -S -mtriple=amdgcn-amd-amdhsa -passes=amdgpu-simplifylib %s | FileCheck %s
33

4-
target triple = "amdgcn-amd-amdhsa"
5-
64
declare float @_Z4fabsf(float)
75
declare <2 x float> @_Z4fabsDv2_f(<2 x float>)
86
declare <3 x float> @_Z4fabsDv3_f(<3 x float>)

llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-floor.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
22
; RUN: opt -S -mtriple=amdgcn-amd-amdhsa -passes=amdgpu-simplifylib %s | FileCheck %s
33

4-
target triple = "amdgcn-amd-amdhsa"
5-
64
declare float @_Z5floorf(float)
75
declare <2 x float> @_Z5floorDv2_f(<2 x float>)
86
declare <3 x float> @_Z5floorDv3_f(<3 x float>)

llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-fma.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
22
; RUN: opt -S -mtriple=amdgcn-amd-amdhsa -passes=amdgpu-simplifylib %s | FileCheck %s
33

4-
target triple = "amdgcn-amd-amdhsa"
5-
64
declare float @_Z3fmafff(float, float, float)
75
declare <2 x float> @_Z3fmaDv2_fS_S_(<2 x float>, <2 x float>, <2 x float>)
86
declare <3 x float> @_Z3fmaDv3_fS_S_(<3 x float>, <3 x float>, <3 x float>)

llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-fmax-splat.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
22
; RUN: opt -S -mtriple=amdgcn-amd-amdhsa -passes=amdgpu-simplifylib %s | FileCheck %s
33

4-
target triple = "amdgcn-amd-amdhsa"
5-
64
declare <2 x float> @_Z4fmaxDv2_ff(<2 x float>, float)
75
declare <2 x float> @_Z4fmaxDv2_fS_(<2 x float>, <2 x float>)
86
declare <3 x float> @_Z4fmaxDv3_ff(<3 x float>, float)

llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-fmax.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
22
; RUN: opt -S -mtriple=amdgcn-amd-amdhsa -passes=amdgpu-simplifylib %s | FileCheck %s
33

4-
target triple = "amdgcn-amd-amdhsa"
5-
64
declare float @_Z4fmaxff(float, float)
75
declare <2 x float> @_Z4fmaxDv2_fS_(<2 x float>, <2 x float>)
86
declare <3 x float> @_Z4fmaxDv3_fS_(<3 x float>, <3 x float>)

0 commit comments

Comments
 (0)