[llvm] [VP][RISCV] Introduce vp.lrint/llrint and RISC-V support. (PR #82627)
    Luke Lau via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Feb 22 19:42:57 PST 2024
    
    
  
================
@@ -0,0 +1,233 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v,+f,+d \
+; RUN:     -target-abi=ilp32d -verify-machineinstrs | FileCheck %s --check-prefix=RV32
----------------
lukel97 wrote:
Ah I see, thanks
https://github.com/llvm/llvm-project/pull/82627
    
    
More information about the llvm-commits
mailing list