[llvm] [RISCV][GlobalISel] Vector Extension vadd Legalizer (PR #71400)
    Michael Maitland via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Nov  6 10:19:34 PST 2023
    
    
  
================
@@ -0,0 +1,14 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
----------------
michaelmaitland wrote:
This file should be moved to `test/CodeGen/RISCV/GlobalISel` somewhere? It looks like you are either trying to test globalisel and stop after IRTranslation, or you are trying to test global isel LLVM all the way down RVV ASM. In the former case, you need to add -global-isel because this is using SDAG without it. In the latter case, you should drop the stop-after=irtranslator.
https://github.com/llvm/llvm-project/pull/71400
    
    
More information about the llvm-commits
mailing list