[PATCH] D74500: clang: Treat ieee mode as the default for denormal-fp-math

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 13:11:00 PST 2020


arsenm created this revision.
arsenm added reviewers: spatel, cameron.mcinally, andrew.w.kaylor.
Herald added subscribers: llvm-commits, kerbowa, dexonsmith, nhaehnle, wdng, jvesely.
Herald added a project: LLVM.

The IR hasn't switched the default yet, so explicitly add the ieee
attributes.


https://reviews.llvm.org/D74500

Files:
  clang/include/clang/Basic/CodeGenOptions.h
  clang/include/clang/Driver/ToolChain.h
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/test/CodeGenCUDA/flush-denormals.cu
  clang/test/CodeGenCUDA/propagate-metadata.cu
  clang/test/CodeGenOpenCL/amdgpu-features.cl
  clang/test/Driver/cuda-flush-denormals-to-zero.cu
  clang/test/Driver/denormal-fp-math.c
  clang/test/Driver/fp-model.c
  llvm/include/llvm/ADT/FloatingPointMode.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74500.244254.patch
Type: text/x-patch
Size: 12727 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200212/aa7e273a/attachment.bin>


More information about the llvm-commits mailing list