[PATCH] D43583: [MIPS GlobalISel] Adding GlobalISel
Justin Bogner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 21 11:14:43 PST 2018
bogner added inline comments.
================
Comment at: test/CodeGen/Mips/GlobalISel/mips-irtranslator.ll:1-9
+; RUN: llc -march=mipsel -global-isel -stop-after=irtranslator -verify-machineinstrs %s -o - | FileCheck %s
+
+
+define void @test_void_return() {
+; CHECK-LABEL: name: test_void_return
+; CHECK: RetRA
+entry:
----------------
Can you use utils/update_mir_test_checks.py to generate check lines for these tests? That will make things easier to maintain down the line.
https://reviews.llvm.org/D43583
More information about the llvm-commits
mailing list