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

Robert Lougher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 23 15:21:11 PDT 2018


rob.lougher added a comment.

In https://reviews.llvm.org/D53519#1273387, @rnk wrote:

> 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


Thanks! An interesting point is whether the stack protector should check for those intrinsics (I think probably).


Repository:
  rL LLVM

https://reviews.llvm.org/D53519





More information about the llvm-commits mailing list