[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 Jun 18 12:53:23 PDT 2018
manojgupta updated this revision to Diff 151772.
manojgupta added a comment.
Added checks to CallSite.h and LoopAccessAnalysis.cpp.
Added another test case for atomic loads.
Moved The NullPointerIsDefined function to Function.h.
Repository:
rL LLVM
https://reviews.llvm.org/D47895
Files:
docs/LangRef.rst
include/llvm/IR/CallSite.h
include/llvm/IR/Function.h
lib/Analysis/LazyValueInfo.cpp
lib/Analysis/LoopAccessAnalysis.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/Transforms/CorrelatedValuePropagation/non-null.ll
test/Transforms/GVN/PRE/2018-06-08-pre-load-dbgloc-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/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/InstCombine/atomic.ll
test/Transforms/InstCombine/invoke.ll
test/Transforms/InstCombine/load.ll
test/Transforms/InstCombine/select.ll
test/Transforms/InstCombine/store.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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47895.151772.patch
Type: text/x-patch
Size: 56619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180618/9a47c885/attachment.bin>
More information about the llvm-commits
mailing list