Musttail calls require extra handling to properly propagate the calling convention information and tail call information. The outliner does not currently do this, so we ignore call instructions that utilize the swifttailcc and tailcc calling convention as well as functions marked with the attribute musttail.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/Analysis/IRSimilarityIdentifier.h | ||
---|---|---|
563 | Can you add comments here explaining why this is currently disabled? In the future, we may want to handle this, or someone may be interested in why it's disabled. |
Can you add comments here explaining why this is currently disabled? In the future, we may want to handle this, or someone may be interested in why it's disabled.