[PATCH] D47895: llvm: Add support for "-fno-delete-null-pointer-checks"

Manoj Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 2 10:10:44 PDT 2018


manojgupta updated this revision to Diff 153750.
manojgupta added a comment.

Replace GlobalVariable by global variable.


Repository:
  rL LLVM

https://reviews.llvm.org/D47895

Files:
  docs/LangRef.rst
  include/llvm/Analysis/BasicAliasAnalysis.h
  include/llvm/IR/CallSite.h
  include/llvm/IR/Function.h
  lib/Analysis/BasicAliasAnalysis.cpp
  lib/Analysis/ConstantFolding.cpp
  lib/Analysis/InlineCost.cpp
  lib/Analysis/LazyValueInfo.cpp
  lib/Analysis/LoopAccessAnalysis.cpp
  lib/Analysis/ValueTracking.cpp
  lib/IR/ConstantFold.cpp
  lib/IR/Function.cpp
  lib/Transforms/IPO/GlobalOpt.cpp
  lib/Transforms/InstCombine/InstCombineCalls.cpp
  lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  lib/Transforms/Scalar/SCCP.cpp
  lib/Transforms/Utils/Local.cpp
  lib/Transforms/Utils/SimplifyCFG.cpp
  test/Analysis/MemorySSA/cyclicphi.ll
  test/Transforms/CorrelatedValuePropagation/non-null.ll
  test/Transforms/FunctionAttrs/nonnull.ll
  test/Transforms/GVN/PRE/2018-06-08-pre-load-dbgloc-no-null-opt.ll
  test/Transforms/GlobalOpt/MallocSROA-section-no-null-opt.ll
  test/Transforms/GlobalOpt/heap-sra-1-no-null-opt.ll
  test/Transforms/GlobalOpt/heap-sra-1.ll
  test/Transforms/GlobalOpt/heap-sra-2-no-null-opt.ll
  test/Transforms/GlobalOpt/heap-sra-2.ll
  test/Transforms/GlobalOpt/heap-sra-3-no-null-opt.ll
  test/Transforms/GlobalOpt/heap-sra-3.ll
  test/Transforms/GlobalOpt/heap-sra-4-no-null-opt.ll
  test/Transforms/GlobalOpt/heap-sra-4.ll
  test/Transforms/GlobalOpt/heap-sra-phi-no-null-opt.ll
  test/Transforms/GlobalOpt/heap-sra-phi.ll
  test/Transforms/GlobalOpt/load-store-global-no-null-opt.ll
  test/Transforms/GlobalOpt/malloc-promote-1-no-null-opt.ll
  test/Transforms/GlobalOpt/malloc-promote-1.ll
  test/Transforms/GlobalOpt/malloc-promote-2-no-null-opt.ll
  test/Transforms/GlobalOpt/malloc-promote-2.ll
  test/Transforms/GlobalOpt/storepointer-compare-no-null-opt.ll
  test/Transforms/GlobalOpt/storepointer-no-null-opt.ll
  test/Transforms/IPConstantProp/PR26044.ll
  test/Transforms/Inline/attributes.ll
  test/Transforms/InstCombine/atomic.ll
  test/Transforms/InstCombine/invariant.group.ll
  test/Transforms/InstCombine/invoke.ll
  test/Transforms/InstCombine/lifetime-no-null-opt.ll
  test/Transforms/InstCombine/load.ll
  test/Transforms/InstCombine/memcpy-addrspace.ll
  test/Transforms/InstCombine/memcpy-from-global.ll
  test/Transforms/InstCombine/select.ll
  test/Transforms/InstCombine/store.ll
  test/Transforms/InstCombine/strcpy_chk-64.ll
  test/Transforms/InstCombine/strlen-1.ll
  test/Transforms/InstCombine/wcslen-1.ll
  test/Transforms/InstSimplify/compare.ll
  test/Transforms/LoopIdiom/pr28196.ll
  test/Transforms/LoopVersioning/lcssa.ll
  test/Transforms/SimplifyCFG/UnreachableEliminate.ll
  test/Transforms/SimplifyCFG/invoke.ll
  test/Transforms/SimplifyCFG/phi-undef-loadstore.ll
  test/Transforms/SimplifyCFG/trap-no-null-opt-debugloc.ll
  test/Transforms/SimplifyCFG/trapping-load-unreachable.ll
  unittests/Analysis/AliasAnalysisTest.cpp
  unittests/Analysis/MemorySSA.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47895.153750.patch
Type: text/x-patch
Size: 98494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180702/43b6e535/attachment.bin>


More information about the llvm-commits mailing list