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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to