[llvm] [AArch64] Add SVE shuffle optimization pass (PR #193951)

Graham Hunter via llvm-commits llvm-commits at lists.llvm.org
Thu May 7 03:44:58 PDT 2026


================
@@ -0,0 +1,242 @@
+//===------- SVEShuffleOpts - SVE Shuffle Optimization --------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// Tries to pattern match and combine scalable vector shuffles that could
----------------
huntergr-arm wrote:

Added an example in text form; is that enough or do you think parts of IR or asm are needed?

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


More information about the llvm-commits mailing list