[PATCH] D14707: add fast-math-flags to 'call' instructions (PR21290)
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 19 11:53:54 PST 2015
spatel updated this revision to Diff 40686.
spatel added a comment.
Patch updated:
As suggested by Akira, I added the 'notail' comment and updated the error message in ParseCall() in r253580 since they are independent from this patch.
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/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.40686.patch
Type: text/x-patch
Size: 16588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151119/2dc37443/attachment.bin>
More information about the llvm-commits
mailing list