[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 14:53:46 PDT 2018


rob.lougher added a comment.

In https://reviews.llvm.org/D53519#1273062, @probinson wrote:

> In https://reviews.llvm.org/D53519#1272775, @rnk wrote:
>
> > Is there some more general property for us to check that this intrinsic shares with other annotation-like intrinsics like llvm.assume?
>
>
> I have a memory that somebody wanted an expands-to-nothing property, or generates-no-instructions, or something along those lines. That's probably the kind of generic property you're asking about here?  I don't remember the context or outcome, unfortunately.


See my previous comment about ad hoc checks of intrinsic IDs in stack protector, loop vectorizer, etc.


Repository:
  rL LLVM

https://reviews.llvm.org/D53519





More information about the llvm-commits mailing list