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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 13:34:05 PST 2017


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

Test fp80


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-libcall.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.84588.patch
Type: text/x-patch
Size: 15345 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170116/5891157d/attachment.bin>


More information about the llvm-commits mailing list