[llvm] [RISC-V] Fix incorrect epilogue_begin (PR #120623)
Venkata Ramanaiah Nalamothu via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 07:41:10 PST 2025
================
@@ -0,0 +1,50 @@
+; RUN: llc -mtriple=riscv64 < %s | FileCheck %s
----------------
RamNalamothu wrote:
I have tried but somehow the checks weren't getting generated and hence I added the checks manually. This is happening probably due to the presence of debug information.
https://github.com/llvm/llvm-project/pull/120623
More information about the llvm-commits
mailing list