[PATCH] D111285: Fix invalid Kill on callee save on RISC-V
Luís Marques via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 14 07:38:37 PDT 2021
luismarques added a comment.
Seems fine now. Any other comments? @craig.topper @jrtc27
================
Comment at: llvm/test/CodeGen/RISCV/live_sp.mir:4-8
+ ; ModuleID = '<stdin>'
+ source_filename = "<stdin>"
+ target datalayout = "e-m:e-p:64:64-i64:64-i128:128-n64-S128"
+ target triple = "riscv64-unknown-unknown-elf"
+
----------------
Nit: remove this and add `-march=riscv64` in RUN line instead?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111285/new/
https://reviews.llvm.org/D111285
More information about the llvm-commits
mailing list