[PATCH] D24712: Replace 'isProvablyNonNull' with existing utility llvm::IsKnownNonNull.
John McCall via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 19 15:58:43 PDT 2016
rjmccall added a comment.
Actually, that should demonstrate the difference, assuming the LLVM function looks through selects, since IRGen should generate that as a select.
https://reviews.llvm.org/D24712
More information about the cfe-commits
mailing list