[llvm] [RISCV] Implement foward inserting save/restore FRM instructions. (PR #77744)
    Craig Topper via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jan 11 12:28:01 PST 2024
    
    
  
================
@@ -0,0 +1,217 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
+; RUN: llc -mtriple=riscv64 -mattr=+v -verify-machineinstrs -target-abi=lp64d < %s | FileCheck %s
+
+declare <vscale x 1 x float> @llvm.riscv.vfadd.nxv1f32.nxv1f32(
+  <vscale x 1 x float>,
+  <vscale x 1 x float>,
+  <vscale x 1 x float>,
+  i64, i64);
----------------
topperc wrote:
No need for `;` at the end of this line. 
https://github.com/llvm/llvm-project/pull/77744
    
    
More information about the llvm-commits
mailing list