[PATCH] D93685: [MIRPrinter] Fix incorrect output of unnamed stack names
Daniil Fukalov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 23 03:38:51 PST 2020
dfukalov added inline comments.
================
Comment at: llvm/test/CodeGen/MIR/AArch64/unnamed-stack.ll:1-2
+; RUN: llc -O0 -march aarch64 -global-isel -stop-after=irtranslator -o %t.mir %s
+; RUN: llc -march aarch64 -run-pass=none -o - %t.mir | FileCheck %s
+
----------------
As I understand, you don't need the second run line, you can just use the output of the first one with "| FileCheck" and without storing a temporary file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93685/new/
https://reviews.llvm.org/D93685
More information about the llvm-commits
mailing list