[all-commits] [llvm/llvm-project] 87e914: [compiler-rt][X86] Unify getAMDProcessorTypeAndSub...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Jul 8 11:03:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 87e914db85572c4d9fe924616141dcc9a5d66177
https://github.com/llvm/llvm-project/commit/87e914db85572c4d9fe924616141dcc9a5d66177
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M compiler-rt/lib/builtins/cpu_model/x86.c
M llvm/lib/TargetParser/Host.cpp
Log Message:
-----------
[compiler-rt][X86] Unify getAMDProcessorTypeAndSubType (#97863)
This patch unifies the implementation of getAMDProcessorTypeAndSubtype
between compiler-rt and LLVM.
This patch is intended to be a step towards pulling these functions out
into identical .inc files to better facilitate code sharing between LLVM
and compiler-rt.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list