Re: [PATCH] D24481: make “#pragma STDC FP_CONTRACT” on by default

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 21 07:35:33 PDT 2016


yaxunl added inline comments.

================
Comment at: clang/test/CodeGen/fp-contract-pragma___on-by-default___-O1...3___aarch64-backend.c:8
@@ +7,3 @@
+// CHECK: fmadd d0, d{{[0-7]}}, d{{[0-7]}}, d{{[0-7]}}
+// CHECK-NEXT: ret
+double fmadd_double(double a, double b, double c) {
----------------
This check seems unnecessary and can be removed. The same as below. Then this test can be merged with fp-contract-pragma___on-by-default___-O0___aarch64-backend.c


https://reviews.llvm.org/D24481





More information about the cfe-commits mailing list