[llvm] [FMV][GlobalOpt] Statically resolve calls to versioned functions. (PR #87939)

Jon Roelofs via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 13:26:57 PST 2025


================
@@ -0,0 +1,66 @@
+//===- AArch64FeatPriorities.inc - AArch64 FMV Priorities enum --*- C++ -*-===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+//
+// This file enumerates the AArch64 FMV features sorted in ascending priority.
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef AARCH64_FEAT_PRIORITIES_INC_H
+#define AARCH64_FEAT_PRIORITIES_INC_H
+
+// Function Multi Versioning feature priorities.
+enum FeatPriorities {
----------------
jroelofs wrote:

The ABI break from re-ordering/re-numbering these doesn't bother me until FMV moves out of beta.

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


More information about the llvm-commits mailing list