[PATCH] D58260: [INLINER] allow inlining of blockaddresses if sole uses are callbrs
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 3 09:47:04 PDT 2019
nickdesaulniers added a comment.
Note that with:
1. https://reviews.llvm.org/D60208 ("[X86] Extend boolean arguments to
inline-asm according to getBooleanType")
2. https://reviews.llvm.org/D58260 ("[INLINER] allow inlining of
blockaddresses if sole uses are callbrs")
3. https://reviews.llvm.org/D56571 ("[RFC prototype] Implementation of
asm-goto support in clang")
I can compile a mainline x86 defconfig Linux kernel and boot it in QEMU.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58260/new/
https://reviews.llvm.org/D58260
More information about the llvm-commits
mailing list