[PATCH] D60047: [CaptureTracking] Don't let comparisons against null escape inbounds pointers
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 6 12:53:51 PDT 2019
jdoerfert added a comment.
If D61607 <https://reviews.llvm.org/D61607> goes in, you can use `Value::stripPointerCasts(/* KeepBitPattern */ true)` without modifying your tests, etc. it might be worth a negative tests with an address space cast though.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60047/new/
https://reviews.llvm.org/D60047
More information about the llvm-commits
mailing list