[PATCH] D83818: [AArch64] fjcvtzs,rmif,cfinv,setf* all clobber nzcv
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 24 04:15:18 PDT 2020
SjoerdMeijer added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/fjcvtzs.ll:2
; RUN: llc -mtriple=arm64-eabi -mattr=+jsconv -o - %s | FileCheck %s
+; RUN: llc -mtriple=arm64-eabi -mattr=+jsconv -stop-after=legalizer -o - %s | FileCheck %s --check-prefix=CHECK-MIR
----------------
SjoerdMeijer wrote:
> Testing this is probably a bit convenient, but I was thinking about a MIR test indeed, that should display all the implicit defs/uses.
> This almost looks like a mir test, but doing it here in this way with llc and -stop-after is probably unconventional, see
>
> https://llvm.org/docs/MIRLangRef.html#testing-individual-code-generation-passes
>
> for creating a .mir test.
"Testing this is probably a bit convenient"
->
inconvenient
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83818/new/
https://reviews.llvm.org/D83818
More information about the llvm-commits
mailing list