[llvm] [RISCV][GlobalISel] Lower calls to variadic functions (PR #68271)

Michael Maitland via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 4 16:15:13 PDT 2023


================
@@ -0,0 +1,15 @@
+; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+; RUN: llc -mtriple=riscv32 -global-isel --stop-before=legalizer < %s -o - \
+; RUN:   | FileCheck %s
+; RUN: llc -mtriple=riscv64 -global-isel --stop-before=legalizer < %s -o - \
+; RUN:   | FileCheck %s
+
----------------
michaelmaitland wrote:

need `noundef` and `signext` here and below?

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


More information about the llvm-commits mailing list