[PATCH] D14707: add fast-math-flags to 'call' instructions (PR21290)

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 13:47:24 PST 2015


spatel updated this revision to Diff 42764.
spatel added a comment.

Patch updated based on Hal's feedback and rebased (one more existing test for SimplifyLibCalls now has the 'fast' flag).


http://reviews.llvm.org/D14707

Files:
  docs/LangRef.rst
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/IR/IRBuilder.h
  lib/AsmParser/LLParser.cpp
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  test/Bitcode/compatibility.ll
  test/Transforms/InstCombine/fast-math.ll
  test/Transforms/InstCombine/inline-intrinsic-assert.ll
  test/Transforms/InstCombine/log-pow.ll
  test/Transforms/InstCombine/no_cgscc_assert.ll
  test/Transforms/InstCombine/pow-exp.ll
  test/Transforms/InstCombine/pow-exp2.ll
  unittests/IR/IRBuilderTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14707.42764.patch
Type: text/x-patch
Size: 17400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151214/35a78fc6/attachment.bin>


More information about the llvm-commits mailing list