[PATCH] D79794: Change the INLINEASM_BR MachineInstr to be a non-terminating instruction.
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 13 11:58:07 PDT 2020
nickdesaulniers added a comment.
With this series applied (all 3), I can build and boot an x86 defconfig Linux kernel that makes use of `asm goto` with outputs.
without outputs, just vanilla `asm goto`:
x86 allyesconfig builds (we don't try to boot allyesconfigs).
aarch32 defconfig kernels build and boot.
aarch64 defconfig kernels build, but they've regressed booting. No panic, just a dead machine. That will take a while to debug.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79794/new/
https://reviews.llvm.org/D79794
More information about the llvm-commits
mailing list