search for: enableunsafefpmath

Displaying 3 results from an estimated 3 matches for "enableunsafefpmath".

2015 Jan 09
5
[LLVMdev] Enable changing UnsafeFPMath on a per-function basis
...ssion I started last year: http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-November/078785.html These are the changes I plan to make: 1. In llc.cpp (and any other tools that use the option), change the function attribute in the IR based on the value of command line option “enable-unsafe-pf-math” (EnableUnsafeFPMath, defined in CommandFlags.h). 2. Replace usages of TargetOptions::UnsafeFPMath with calls to a function which gets the value of attribute “unsafe-fp-math” in the IR. 3. Stringify function attribute “unsafe-fp-math” and append it to the string that is used as the lookup key in TargetMachine::getSub...
2015 Jan 12
2
[LLVMdev] Enable changing UnsafeFPMath on a per-function basis
...permail/llvmdev/2014-November/078785.html > > > > These are the changes I plan to make: > > > > 1. In llc.cpp (and any other tools that use the option), change the > function attribute in the IR based on the value of command line > option “enable-unsafe-pf-math” (EnableUnsafeFPMath, defined in > CommandFlags.h). > > 2. Replace usages of TargetOptions::UnsafeFPMath with calls to a > function which gets the value of attribute “unsafe-fp-math” in the > IR. > > 3. Stringify function attribute “unsafe-fp-math” and append it to the > string that is used as...
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
...ot;_ZL13DisableFPElim", "DisableFPElim"}, {"_ZL20DisableFPElimNonLeaf", "DisableFPElimNonLeaf"}, {"_ZL22DisableExcessPrecision", "DisableExcessPrecision"}, {"_ZL11EnableFPMAD", "EnableFPMAD"}, {"_ZL18EnableUnsafeFPMath", "EnableUnsafeFPMath"}, {"_ZL18EnableNoInfsFPMath", "EnableNoInfsFPMath"}, {"_ZL18EnableNoNaNsFPMath", "EnableNoNaNsFPMath"}, {"_ZL38EnableHonorSignDependentRoundingFPMath", "EnableHonorSignDependentRoundingFPMath...