EMITBKEY is emitted for PAC-RET+bkey, which is a non machine instructions.
PR: 49957
Differential D100996
[AArch64] Fix for BTI landing pad insertion with PAC-RET+bkey. danielkiss on Apr 21 2021, 1:57 PM. Authored by
Details EMITBKEY is emitted for PAC-RET+bkey, which is a non machine instructions. PR: 49957
Diff Detail
Unit Tests Event TimelineComment Actions I don't think this is correct in general - check AArch64ExpandPseudoInsts.cpp for a long list of pseudos that are replaced with real machine instructions. Comment Actions Ah, right. EMITBKEY should be a meta one but it seems as a problematic change. |