[PATCH] D28405: SimplifyLibCalls: Replace fabs libcalls with intrinsics

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 9 14:30:38 PST 2017


arsenm updated this revision to Diff 83702.
arsenm added a comment.

Minor test improvement


https://reviews.llvm.org/D28405

Files:
  include/llvm/IR/PatternMatch.h
  lib/Transforms/InstCombine/InstCombineCalls.cpp
  lib/Transforms/InstCombine/InstCombineCasts.cpp
  lib/Transforms/Utils/SimplifyLibCalls.cpp
  test/Transforms/InstCombine/double-float-shrink-2.ll
  test/Transforms/InstCombine/fabs.ll
  test/Transforms/InstCombine/float-shrink-compare.ll
  test/Transforms/InstCombine/pow-1.ll
  test/Transforms/InstCombine/win-math.ll
  test/Transforms/InstCombine/zero-point-zero-add.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28405.83702.patch
Type: text/x-patch
Size: 14591 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170109/451bbf7e/attachment.bin>


More information about the llvm-commits mailing list