[PATCH] D45900: CodeGen: Fix invalid bitcast for lifetime.start/end
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 21 04:24:26 PDT 2018
rjmccall added a comment.
These functions must predate the addition of CreateLifetimeStart and CreateLifetimeEnd methods on IRBuilder; we should just be calling those.
https://reviews.llvm.org/D45900
More information about the cfe-commits
mailing list