[llvm] [LV] Autovectorization for the all-in-one histogram intrinsic (PR #91458)

Paschalis Mpeis via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 05:34:30 PDT 2024


================
@@ -0,0 +1,82 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 3
+; RUN: opt < %s -passes=loop-vectorize -force-vector-interleave=1 -force-target-instruction-cost=1 -S | FileCheck %s
----------------
paschalis-mpeis wrote:

Eventually we want this to be controlled using only `-aarch64-base-histcnt-cost=1` ?

https://github.com/llvm/llvm-project/pull/91458


More information about the llvm-commits mailing list