[PATCH] D24414: Conditionally eliminate library calls where the result value is not used

Rong Xu via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 14:45:43 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL284542: Conditionally eliminate library calls where the result value is not used (authored by xur).

Changed prior to commit:
  https://reviews.llvm.org/D24414?vs=74876&id=75077#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D24414

Files:
  llvm/trunk/include/llvm/InitializePasses.h
  llvm/trunk/include/llvm/LinkAllPasses.h
  llvm/trunk/include/llvm/Transforms/Scalar.h
  llvm/trunk/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h
  llvm/trunk/lib/Passes/PassBuilder.cpp
  llvm/trunk/lib/Passes/PassRegistry.def
  llvm/trunk/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/trunk/lib/Transforms/Utils/CMakeLists.txt
  llvm/trunk/lib/Transforms/Utils/LibCallsShrinkWrap.cpp
  llvm/trunk/lib/Transforms/Utils/Utils.cpp
  llvm/trunk/test/Transforms/Util/libcalls-shrinkwrap-double.ll
  llvm/trunk/test/Transforms/Util/libcalls-shrinkwrap-float.ll
  llvm/trunk/test/Transforms/Util/libcalls-shrinkwrap-long-double.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24414.75077.patch
Type: text/x-patch
Size: 56477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161018/d21729a1/attachment-0001.bin>


More information about the llvm-commits mailing list