[PATCH] D129677: Disable machine function splitting for functions with inline asm br
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 13 14:13:19 PDT 2022
efriedma added a comment.
In D129677#3649806 <https://reviews.llvm.org/D129677#3649806>, @efriedma wrote:
>> The ones in the inline assembly cannot.
>
> This should be fixable on top of D129288 <https://reviews.llvm.org/D129288>. But an incremental fix separate from that would be okay.
Err, actually, now I'm confused. What exactly do you mean by "recoded"? Do you mean there's a rule that imposes a maximum distance between an INLINEASM_BR and its indirect destinations? Is that rule written down anywhere?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129677/new/
https://reviews.llvm.org/D129677
More information about the llvm-commits
mailing list