Removing some unused parameters from this test; NFC

This commit is contained in:
Aaron Ballman 2021-12-08 08:34:38 -05:00
parent 81eda008e9
commit ca70b807ae
1 changed files with 1 additions and 2 deletions

View File

@ -191,8 +191,7 @@ void test_builtin_elementwise_min(float f1, float f2, double d1, double d2,
}
void test_builtin_elementwise_ceil(float f1, float f2, double d1, double d2,
float4 vf1, float4 vf2, si8 vi1, si8 vi2,
long long int i1, long long int i2, short si) {
float4 vf1, float4 vf2) {
// CHECK-LABEL: define void @test_builtin_elementwise_ceil(
// CHECK: [[F1:%.+]] = load float, float* %f1.addr, align 4
// CHECK-NEXT: call float @llvm.ceil.f32(float [[F1]])