[PATCH] D155087: [RegAlloc] Fix assertion failure caused by inline assembly
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 19 12:04:13 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/X86/inline-asm-assertion.ll:1
+; REQUIRES: x86-registered-target
+; RUN: not llc -verify-machineinstrs -O0 < %s 2>&1 | FileCheck %s
----------------
Don't need the REQUIRES, it's implied by the x86 directory
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155087/new/
https://reviews.llvm.org/D155087
More information about the llvm-commits
mailing list