[PATCH] D51206: [Sparc] Add tail call support
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 8 18:23:14 PST 2021
jrtc27 added inline comments.
================
Comment at: llvm/test/CodeGen/SPARC/tailcall.ll:1
+; RUN: llc < %s -mtriple=sparc -verify-machineinstrs | FileCheck %s
+
----------------
Perhaps worth using update_llc_test_checks.py, or at least adding some CHECK-NEXTs as the delay slot being filled (rather than something else being silently emitted in between) is pretty important.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D51206/new/
https://reviews.llvm.org/D51206
More information about the llvm-commits
mailing list