craig.topper accepted this revision. craig.topper added a comment. This revision is now accepted and ready to land.
LGTM to me with those formatting fixes. ================ Comment at: clang/test/CodeGen/builtins-elementwise-math.c:337 +void test_builtin_elementwise_cos(float f1, float f2, double d1, double d2, + float4 vf1, float4 vf2) { + // CHECK-LABEL: define void @test_builtin_elementwise_cos( ---------------- Line these up with the start of the arguments on the previous line. ================ Comment at: clang/test/CodeGen/builtins-elementwise-math.c:385 +void test_builtin_elementwise_sin(float f1, float f2, double d1, double d2, + float4 vf1, float4 vf2) { + // CHECK-LABEL: define void @test_builtin_elementwise_sin( ---------------- Same Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D135011/new/ https://reviews.llvm.org/D135011 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits