[PATCH] D111285: Fix invalid Kill on callee save on RISC-V
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 7 10:32:35 PDT 2021
craig.topper added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/live_sp.ll:1
+; RUN: llc --stop-after=prologepilog < %s | FileCheck %s
+; https://reviews.llvm.org/D111285
----------------
@jrtc27 should we use update_mir_test_checks.py to get all of the CHECK lines?
================
Comment at: llvm/test/CodeGen/RISCV/live_sp.ll:2
+; RUN: llc --stop-after=prologepilog < %s | FileCheck %s
+; https://reviews.llvm.org/D111285
+target datalayout = "e-m:e-p:64:64-i64:64-i128:128-n64-S128"
----------------
Drop this comment point to the review. It will be in the commit log for the file if anyone needs it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111285/new/
https://reviews.llvm.org/D111285
More information about the llvm-commits
mailing list