[PATCH] D77849: [calcspillweights] mark LiveIntervals from INLINEASM_BR defs as not spillable
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 12:58:17 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/X86/callbr-asm-regalloc.mir:5
+# -simplify-mir llvm/test/CodeGen/X86/callbr-asm-regalloc.ll \
+# 2> callbr-asm-regalloc.mir
+#
----------------
nickdesaulniers wrote:
> huh, that's not yaml...
The debug printing format that -print-after gives you is not the same MIR output as -stop-after
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77849/new/
https://reviews.llvm.org/D77849
More information about the llvm-commits
mailing list