[llvm] [LV] Add initial support for vectorizing literal struct return values (PR #109833)
    Florian Hahn via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Oct 10 02:10:14 PDT 2024
    
    
  
================
@@ -0,0 +1,284 @@
+; RUN: opt < %s -passes=loop-vectorize,dce,instcombine -force-vector-interleave=1 -S | FileCheck %s --check-prefixes=NEON
----------------
fhahn wrote:
Does this test need to be specific to SVE? Ideally we would have a target-specific test for a target specific feature.
https://github.com/llvm/llvm-project/pull/109833
    
    
More information about the llvm-commits
mailing list