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

Abe Skolnik via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 13 10:21:25 PDT 2016


Abe updated this revision to Diff 71195.
Abe added a comment.

Fixed "fp_contract_7" of "clang/test/CodeGen/fp-contract-pragma.cpp" so it actually _does_ have multiple _not-provably-dead_ uses of the result of the multiplication [this nuance might be important in the future if a DCE pass will occur before the IR is tested].


https://reviews.llvm.org/D24481

Files:
  clang/lib/Frontend/CompilerInvocation.cpp
  clang/test/CodeGen/aarch64-neon-fma.c
  clang/test/CodeGen/aarch64-scalar-fma.c
  clang/test/CodeGen/fp-contract-pragma.cpp
  clang/test/CodeGen/fp-contract-pragma___on-by-default___-O0___aarch64-backend.c
  clang/test/CodeGen/fp-contract-pragma___on-by-default___-O1...3___aarch64-backend.h
  clang/test/CodeGen/fp-contract-pragma___on-by-default___-O1___aarch64-backend.c
  clang/test/CodeGen/fp-contract-pragma___on-by-default___-O2___aarch64-backend.c
  clang/test/CodeGen/fp-contract-pragma___on-by-default___-O3___aarch64-backend.c
  clang/test/Driver/clang_f_opts.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24481.71195.patch
Type: text/x-patch
Size: 11743 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160913/5178c2fa/attachment.bin>


More information about the llvm-commits mailing list