[PATCH] D4276: Added llvm.is.constant intrinsic

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 7 07:26:52 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL346322: Add support for llvm.is.constant intrinsic (PR4898) (authored by jyknight, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D4276?vs=172863&id=172955#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D4276

Files:
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/trunk/include/llvm/IR/Intrinsics.td
  llvm/trunk/lib/Analysis/ConstantFolding.cpp
  llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp
  llvm/trunk/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/Transforms/Scalar/SCCP.cpp
  llvm/trunk/test/CodeGen/Generic/is-constant.ll
  llvm/trunk/test/CodeGen/X86/is-constant.ll
  llvm/trunk/test/Transforms/SCCP/ipsccp-basic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4276.172955.patch
Type: text/x-patch
Size: 16502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181107/d01bd239/attachment.bin>


More information about the llvm-commits mailing list