[PATCH] D79794: Change the INLINEASM_BR MachineInstr to be a non-terminating instruction.
Bill Wendling via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 29 14:46:10 PDT 2020
void added inline comments.
================
Comment at: llvm/test/CodeGen/X86/callbr-asm-outputs.ll:33
define i32 @test2(i32 %out1, i32 %out2) {
; CHECK-LABEL: test2:
----------------
nickdesaulniers wrote:
> @void 's [earlier comments](https://reviews.llvm.org/D79794#2105655) mentioned modifications to this test case's `movl $-1, %eax`. Are those still needed?
No, those are taken care of by the scheduling boundary check.
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