[llvm] [LV] Add initial support for vectorizing literal struct return values (PR #109833)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 11 04:00:57 PDT 2024
================
@@ -0,0 +1,284 @@
+; RUN: opt < %s -passes=loop-vectorize,dce,instcombine -force-vector-interleave=1 -S | FileCheck %s --check-prefixes=NEON
----------------
MacDue wrote:
Alright, I've split the fixed-size tests into a target agnostic test, and left the scalable tests under AArch64 :+1:
Also, added another test to print the VPlan (when widening or replicating struct returns).
https://github.com/llvm/llvm-project/pull/109833
More information about the llvm-commits
mailing list