[PATCH] D14067: [FPEnv Core 02/14] Add FPEnv access flags to fast-math flags

Sergey Dmitrouk via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 06:55:49 PDT 2015


sdmitrouk created this revision.
sdmitrouk added reviewers: hfinkel, joker.eph.
sdmitrouk added subscribers: llvm-commits, scanon, resistor.
sdmitrouk set the repository for this revision to rL LLVM.

Will be used to disable optimizations related to floating-point
operations which would affect runtime semantics (e.g. raising
floating-point exceptions).

Repository:
  rL LLVM

http://reviews.llvm.org/D14067

Files:
  docs/LangRef.rst
  include/llvm/IR/Instruction.h
  include/llvm/IR/Operator.h
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLParser.h
  lib/AsmParser/LLToken.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/Instruction.cpp
  test/Assembler/fast-math-flags.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14067.38400.patch
Type: text/x-patch
Size: 10724 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151026/ac826554/attachment.bin>


More information about the llvm-commits mailing list