[PATCH] D154845: [ARM] mark tMOVi32imm as killing flags
Ties Stuij via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 11 02:16:55 PDT 2023
stuij added inline comments.
================
Comment at: llvm/test/CodeGen/ARM/udivmodei5.ll:2
; RUN: llc -mtriple=arm-eabi < %s | FileCheck %s
+; RUN: llc -mtriple=thumbv6m-eabi -mattr=+execute-only -verify-machineinstrs < %s | FileCheck %s
----------------
stuij wrote:
> I would add a comment explaining why we're testing with XO here, as otherwise there's no way to guess the intent.
perhaps be a bit more specific? to me stating the error message can still mean just about anything.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154845/new/
https://reviews.llvm.org/D154845
More information about the llvm-commits
mailing list