[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 Jan 17 07:37:42 PST 2025
================
@@ -0,0 +1,133 @@
+; RUN: opt -passes=loop-vectorize,instcombine,simplifycfg < %s -S -o - | FileCheck %s --check-prefix=CHECK
----------------
MacDue wrote:
Done, thanks! I've used the `--fliter` option of update_test_checks, to only show the calls :+1:
https://github.com/llvm/llvm-project/pull/109833
More information about the llvm-commits
mailing list