[llvm] [AArch64] - Improve costing for Identity shuffles for SVE targets. (PR #165375)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 13 09:16:34 PST 2025
================
@@ -0,0 +1,69 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -passes=vector-combine -mtriple=aarch64-unknown-linux-gnu -S %s | FileCheck %s
+target triple = "aarch64-unknown-linux-gnu"
+
+define i32 @ham(ptr %call12) local_unnamed_addr #0 {
----------------
davemgreen wrote:
Can you remove the local_unnamed_addr.
https://github.com/llvm/llvm-project/pull/165375
More information about the llvm-commits
mailing list