[all-commits] [llvm/llvm-project] 668865: Reland "[llvm-exegesis] Set stack pointer register...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Thu Nov 30 15:33:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 668865789620f390fbad4d7093ed8ca6eb932c31
https://github.com/llvm/llvm-project/commit/668865789620f390fbad4d7093ed8ca6eb932c31
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
A llvm/test/tools/llvm-exegesis/X86/latency/subprocess-rsp.s
M llvm/tools/llvm-exegesis/lib/Assembler.cpp
Log Message:
-----------
Reland "[llvm-exegesis] Set stack pointer register after starting perf counter (#72489)"
This reverts commit 52b4b357268ac114f7972e37da1e5954f322df09.
This commit was causing build failures on bots without libpfm installed
as the CHECK requires were not set correctly. The test added should only
run on machines with libpfm enabled due to the limitations currently
imposed by the subprocess execution mode.
More information about the All-commits
mailing list