[PATCH] D154845: [ARM] mark tMOVi32imm as killing flags

Ties Stuij via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 01:49:16 PDT 2023


stuij requested changes to this revision.
stuij added inline comments.
This revision now requires changes to proceed.


================
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
 
----------------
I would add a comment explaining why we're testing with XO here, as otherwise there's no way to guess the intent.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154845/new/

https://reviews.llvm.org/D154845



More information about the llvm-commits mailing list