[PATCH] D111291: [MIRParser] Add support for IsInlineAsmBrIndirectTarget
James Y Knight via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 7 07:33:07 PDT 2021
jyknight accepted this revision.
jyknight added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/X86/callbr-asm-kill.mir:3
+# RUN: llc -mtriple=x86_64-unknown-linux-gnu -verify-machineinstrs -O2 -run-pass=phi-node-elimination -o - %s | FileCheck %s
+
+--- |
----------------
Can you add a comment to this file as to what this test is supposed to be testing? Especially since it's actually a test for a future commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111291/new/
https://reviews.llvm.org/D111291
More information about the llvm-commits
mailing list