[PATCH] D11866: transform fmin/fmax calls when possible (PR24314)

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 9 14:41:29 PDT 2015


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

Patch updated:

1. Add fast-math-flags to the fcmp based on function attributes.
2. Verify the fast-math-flags on the fcmp in the test cases.


http://reviews.llvm.org/D11866

Files:
  include/llvm/Transforms/Utils/SimplifyLibCalls.h
  lib/Transforms/Utils/SimplifyLibCalls.cpp
  test/Transforms/InstCombine/fast-math.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11866.31622.patch
Type: text/x-patch
Size: 7027 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150809/5d339110/attachment.bin>


More information about the llvm-commits mailing list