[all-commits] [llvm/llvm-project] 23d1d9: [LLVM][compiler-rt][AArch64] Refactor AArch64 CPU ...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Fri Jul 5 11:00:12 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23d1d959583c35e6eab7e3e70d4c16449b418563
https://github.com/llvm/llvm-project/commit/23d1d959583c35e6eab7e3e70d4c16449b418563
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2024-07-05 (Fri, 05 Jul 2024)
Changed paths:
A compiler-rt/lib/builtins/cpu_model/AArch64CPUFeatures.inc
M compiler-rt/lib/builtins/cpu_model/aarch64.h
A compiler-rt/test/builtins/TestCases/check-same-common-code.test
M compiler-rt/test/builtins/lit.cfg.py
A llvm/include/llvm/TargetParser/AArch64CPUFeatures.inc
M llvm/include/llvm/TargetParser/AArch64TargetParser.h
Log Message:
-----------
[LLVM][compiler-rt][AArch64] Refactor AArch64 CPU features (#97777)
This patch refactors the AArch64 CPUFeatures enum into a separate
include file that is identical between LLVM and compiler-rt. This, along
with a test in compiler-rt to ensure that the two stay in sync.
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