[PATCH] D33737: [InstSimplify] Don't constant fold or DCE calls that are marked nobuiltin

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 9 16:18:55 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL305132: [InstSimplify] Don't constant fold or DCE calls that are marked nobuiltin (authored by akaylor).

Changed prior to commit:
  https://reviews.llvm.org/D33737?vs=101079&id=102095#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D33737

Files:
  llvm/trunk/include/llvm/Analysis/ConstantFolding.h
  llvm/trunk/include/llvm/Analysis/InstructionSimplify.h
  llvm/trunk/lib/Analysis/ConstantFolding.cpp
  llvm/trunk/lib/Analysis/InlineCost.cpp
  llvm/trunk/lib/Analysis/InstructionSimplify.cpp
  llvm/trunk/lib/Analysis/ScalarEvolution.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/trunk/lib/Transforms/Scalar/SCCP.cpp
  llvm/trunk/lib/Transforms/Utils/Evaluator.cpp
  llvm/trunk/test/Transforms/DCE/calls-errno.ll
  llvm/trunk/test/Transforms/InstCombine/constant-fold-libfunc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33737.102095.patch
Type: text/x-patch
Size: 11800 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170609/0fb10541/attachment.bin>


More information about the llvm-commits mailing list