[PATCH] D53519: [CodeGen] skip lifetime end marker in isInTailCallPosition

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 23 15:05:56 PDT 2018


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

I'd just land it as is. I think you're right, there's no reason to extend this with a local ad-hoc list, since those other two known intrinsics are unlikely to appear here.f


Repository:
  rL LLVM

https://reviews.llvm.org/D53519





More information about the llvm-commits mailing list