[all-commits] [llvm/llvm-project] 61962a: [compiler-rt][AArch64] Correct how FMV use ifunc r...
Pavel Iliin via All-commits
all-commits at lists.llvm.org
Thu Jul 13 16:48:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61962aa1eec922c7dddd36897bb29888b4c98174
https://github.com/llvm/llvm-project/commit/61962aa1eec922c7dddd36897bb29888b4c98174
Author: Pavel Iliin <Pavel.Iliin at arm.com>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M compiler-rt/lib/builtins/cpu_model.c
Log Message:
-----------
[compiler-rt][AArch64] Correct how FMV use ifunc resolver abi.
The patch fixes second argument of Function Multi Versioning resolvers,
it is pointer to an extendible struct containing hwcap and hwcap2 not a
unsigned long hwcap2. Also fixes FMV features caching in resolver.
Differential Revision: https://reviews.llvm.org/D155026
More information about the All-commits
mailing list