Skip to content
  • Duncan Sands's avatar
    Make it possible to indicate relaxed floating point requirements at the IR level · 05f4df8d
    Duncan Sands authored
    through the use of 'fpmath' metadata.  Currently this only provides a 'fpaccuracy'
    value, which may be a number in ULPs or the keyword 'fast', however the intent is
    that this will be extended with additional information about NaN's, infinities
    etc later.  No optimizations have been hooked up to this so far.
    
    llvm-svn: 154822
    05f4df8d
Loading