[PATCH] D47895: llvm: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 13 10:30:07 PDT 2018
manojgupta updated this revision to Diff 151195.
manojgupta added a comment.
Updated some passes and added more test cases.
Repository:
rL LLVM
https://reviews.llvm.org/D47895
Files:
include/llvm/Analysis/Utils/Local.h
lib/Analysis/LazyValueInfo.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/IPConstantProp/PR26044.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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47895.151195.patch
Type: text/x-patch
Size: 43621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180613/521946c1/attachment.bin>
More information about the llvm-commits
mailing list