[PATCH] D88392: [M68k] (Patch 6/8) IR Tests

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 17 03:46:28 PST 2020


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/M68k/ASM/Alloc/dyn_alloca_aligned.ll:1
+; RUN: llc < %s -mtriple=m68k-linux-gnu -verify-machineinstrs | FileCheck %s -check-prefix=x00
+define i32 @A(i32 %Size) {
----------------
Very pedantic - but its more common just to use the default check prefix (CHECK) for a single run instead of a custom (x00) one.


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

https://reviews.llvm.org/D88392



More information about the llvm-commits mailing list