================
@@ -183,6 +183,14 @@ void foo(double *d, float f, float *fp, long double *l,
int *i, const char *c, _
// CHECK: call x86_fp80 @llvm.experimental.constrained.sqrt.f80(x86_fp80
%{{.*}}, metadata !"round.tonearest", metadata !"fpexcept.strict")
// CHECK: call fp128 @llvm.experimental.constrained.sqrt.f128(fp128 %{{.*}},
metadata !"round.tonearest", metadata !"fpexcept.strict")
+__builtin_tan(f); __builtin_tanf(f); __builtin_tanl(f);
__builtin_tanf128(f);
----------------
damyanp wrote:
super nit: it looks like the other `f` prefixed ones all line up to the same
column, apart from this new one.
https://github.com/llvm/llvm-project/pull/93314
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits