[llvm] [RISC-V] Fix incorrect epilogue_begin (PR #120623)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 07:43:08 PST 2025


================
@@ -0,0 +1,50 @@
+; RUN: llc -mtriple=riscv64 < %s | FileCheck %s
+
+target datalayout = "e-m:e-p:64:64-i64:64-i128:128-n32:64-S128"
+target triple = "riscv64-unknown-linux-gnu"
----------------
topperc wrote:

Triple is already on the RUN line. And datalayout can be inferred from it.

https://github.com/llvm/llvm-project/pull/120623


More information about the llvm-commits mailing list