[all-commits] [llvm/llvm-project] 7c3834: [llvm-exegesis] Add support for loading X86 segmen...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Tue Dec 26 10:20:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c383481a8e86918b3aaca4288c1eed62a4d6ff4
https://github.com/llvm/llvm-project/commit/7c383481a8e86918b3aaca4288c1eed62a4d6ff4
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-12-26 (Tue, 26 Dec 2023)
Changed paths:
A llvm/test/tools/llvm-exegesis/X86/latency/segment-registers-subprocess.asm
M llvm/tools/llvm-exegesis/lib/X86/Target.cpp
Log Message:
-----------
[llvm-exegesis] Add support for loading X86 segment registers (#76368)
This patch adds support for setting the X86 segment registers. These
registers are used in quite a few basic blocks in BHive and similar
datasets, so being able to set them is necessary to ensure consistent
runs as the live-in values of fs and gs can change across runs.
Fixes #76340.
More information about the All-commits
mailing list