[PATCH] D45900: CodeGen: Fix invalid bitcast for lifetime.start/end
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 30 10:22:25 PDT 2018
yaxunl added a comment.
In https://reviews.llvm.org/D45900#1074400, @rjmccall wrote:
> These functions must predate the addition of CreateLifetimeStart and CreateLifetimeEnd methods on IRBuilder; we should just be calling those.
Sorry. I think I misunderstood your comments. I will revise again.
https://reviews.llvm.org/D45900
More information about the cfe-commits
mailing list