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

Venkata Ramanaiah Nalamothu via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 08:06:49 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"
----------------
RamNalamothu wrote:

Will remove those lines, thanks.

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


More information about the llvm-commits mailing list