[clang] ca70b80 - Removing some unused parameters from this test; NFC

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 8 05:35:15 PST 2021


Author: Aaron Ballman
Date: 2021-12-08T08:35:07-05:00
New Revision: ca70b807ae655b3ff2378de7abfb9796cbf5d0b7

URL: https://github.com/llvm/llvm-project/commit/ca70b807ae655b3ff2378de7abfb9796cbf5d0b7
DIFF: https://github.com/llvm/llvm-project/commit/ca70b807ae655b3ff2378de7abfb9796cbf5d0b7.diff

LOG: Removing some unused parameters from this test; NFC

Added: 
    

Modified: 
    clang/test/CodeGen/builtins-elementwise-math.c

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/builtins-elementwise-math.c b/clang/test/CodeGen/builtins-elementwise-math.c
index dd3ac96d05cd..c0c948ffea78 100644
--- a/clang/test/CodeGen/builtins-elementwise-math.c
+++ b/clang/test/CodeGen/builtins-elementwise-math.c
@@ -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]])


        


More information about the cfe-commits mailing list