[all-commits] [llvm/llvm-project] 88c677: Reland 293e8fa13d3f05e993771577a4c022deee5cbf6e
Vy Nguyen via All-commits
all-commits at lists.llvm.org
Wed Jun 23 09:40:56 PDT 2021
Branch: refs/heads/release/12.x
Home: https://github.com/llvm/llvm-project
Commit: 88c6773026d8e2b013ec2bb1d72593550d18d42f
https://github.com/llvm/llvm-project/commit/88c6773026d8e2b013ec2bb1d72593550d18d42f
Author: Vy Nguyen <vyng at google.com>
Date: 2021-06-23 (Wed, 23 Jun 2021)
Changed paths:
M llvm/include/llvm/Support/Host.h
M llvm/lib/Support/Host.cpp
M llvm/tools/llvm-exegesis/lib/X86/Target.cpp
Log Message:
-----------
Reland 293e8fa13d3f05e993771577a4c022deee5cbf6e
[llvm-exegesis] Disable the LBR check on AMD
https://bugs.llvm.org/show_bug.cgi?id=48918
The bug reported a hang (or very very slow runtime) on a Zen2. Unfortunately, we don't have the hardware right now to debug it and I was not able to reproduce the bug on a HSW.
Theory we've got is that the lbr-checking code could be confused on AMD.
Differential Revision: https://reviews.llvm.org/D97504
New change:
- Surround usages of x86 helper in llvm-exegesis/X86/Target.cpp with ifdef
- Fix bug which caused the caller of getVendorSignature to not have a copy of EAX that it expected.
(cherry picked from commit f8b01d54c31547f3ecb25fb8a1912183026bffa7)
Commit: 1a9f4b3a3890786dbee252e542338f906da98b3c
https://github.com/llvm/llvm-project/commit/1a9f4b3a3890786dbee252e542338f906da98b3c
Author: Vy Nguyen <vyng at google.com>
Date: 2021-06-23 (Wed, 23 Jun 2021)
Changed paths:
M llvm/lib/Support/Host.cpp
Log Message:
-----------
[llvm] Fix thinko in getVendorSignature(), where expected values of ECX and EDX were flipped for the AMD case.
Follow up to D97504
Differential Revision: https://reviews.llvm.org/D98322
(cherry picked from commit 64d2c326b7f01942f0179fb797070e5cefbba303)
Compare: https://github.com/llvm/llvm-project/compare/0eae129baeb5...1a9f4b3a3890
More information about the All-commits
mailing list