[PATCH] D24070: Setting fp trapping mode and denormal type

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 31 14:26:44 PDT 2016


arsenm added a subscriber: arsenm.

================
Comment at: llvm/trunk/include/llvm/CodeGen/CommandFlags.h:158-159
@@ +157,4 @@
+
+cl::opt<llvm::FPDenormal::DenormalType>
+DenormalType("denormal-fp-math",
+          cl::desc("Select which denormal numbers the code is permitted to require"),
----------------
Should this be per-FP type? We currently use a subtarget feature for this but need to split between f16/f32/f64


Repository:
  rL LLVM

https://reviews.llvm.org/D24070





More information about the llvm-commits mailing list