[PATCH] D65280: Add a pass to lower is.constant and objectsize intrinsics

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 13 15:59:36 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rGe4300c392de2: Add a pass to lower is.constant and objectsize intrinsics (authored by joerg).

Changed prior to commit:
  https://reviews.llvm.org/D65280?vs=224563&id=224797#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65280/new/

https://reviews.llvm.org/D65280

Files:
  llvm/bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.mli
  llvm/bindings/ocaml/transforms/scalar_opts/scalar_opts_ocaml.c
  llvm/include/llvm-c/Transforms/Scalar.h
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/LinkAllPasses.h
  llvm/include/llvm/Transforms/Scalar.h
  llvm/include/llvm/Transforms/Scalar/LowerConstantIntrinsics.h
  llvm/lib/CodeGen/CodeGenPrepare.cpp
  llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/TargetPassConfig.cpp
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/lib/Transforms/Scalar/CMakeLists.txt
  llvm/lib/Transforms/Scalar/LowerConstantIntrinsics.cpp
  llvm/lib/Transforms/Scalar/Scalar.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
  llvm/test/CodeGen/AArch64/O0-pipeline.ll
  llvm/test/CodeGen/AArch64/O3-pipeline.ll
  llvm/test/CodeGen/ARM/O3-pipeline.ll
  llvm/test/CodeGen/Generic/is-constant.ll
  llvm/test/CodeGen/X86/O0-pipeline.ll
  llvm/test/CodeGen/X86/O3-pipeline.ll
  llvm/test/CodeGen/X86/is-constant.ll
  llvm/test/CodeGen/X86/object-size.ll
  llvm/test/Other/new-pm-defaults.ll
  llvm/test/Other/new-pm-thinlto-defaults.ll
  llvm/test/Other/opt-O2-pipeline.ll
  llvm/test/Other/opt-O3-pipeline.ll
  llvm/test/Other/opt-Os-pipeline.ll
  llvm/test/Transforms/CodeGenPrepare/X86/overflow-intrinsics.ll
  llvm/test/Transforms/CodeGenPrepare/basic.ll
  llvm/test/Transforms/CodeGenPrepare/builtin-condition.ll
  llvm/test/Transforms/CodeGenPrepare/crash-on-large-allocas.ll
  llvm/test/Transforms/LowerConstantIntrinsics/constant-intrinsics.ll
  llvm/test/Transforms/LowerConstantIntrinsics/crash-on-large-allocas.ll
  llvm/test/Transforms/LowerConstantIntrinsics/objectsize_basic.ll
  llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65280.224797.patch
Type: text/x-patch
Size: 49089 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191013/41f94945/attachment.bin>


More information about the llvm-commits mailing list