[llvm] [SLP]Initial non-power-of-2 (but still whole register) for remaining nodes (PR #113356)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 20 05:42:56 PST 2024
================
@@ -1,19 +1,35 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
; RUN: opt -S --passes=slp-vectorizer -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
+; FIXME: need to fix/improve cost estimation of many SK_PermuteTwo vector registers to account
+; correctly for poisoned/identity shuffles and only calculate actual shuffles.
----------------
RKSimon wrote:
@alexey-bataev I'm hoping the x86 shuffle costs improvements are done now to unlock this.
https://github.com/llvm/llvm-project/pull/113356
More information about the llvm-commits
mailing list