[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:42:18 PDT 2022
efriedma added a comment.
> In the inline assembly, there may be branch that can only jump a limited distance, if we run MFS on the function, the resulting distance maybe to far to encode into the instruction.
If there's a rule like this, we should explicitly state in LangRef which branches are/are not allowed.
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