[PATCH] D22842: Do not remove empty lifetime.start/lifetime.end ranges
David Majnemer via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 27 12:26:17 PDT 2016
majnemer added inline comments.
================
Comment at: lib/Transforms/InstCombine/InstCombineCalls.cpp:2249
@@ +2248,3 @@
+ // even for empty lifetime range.
+ if (Func && Func->hasFnAttribute(Attribute::SanitizeAddress))
+ break;
----------------
Is it really possible for Func to be null?
https://reviews.llvm.org/D22842
More information about the llvm-commits
mailing list