[PATCH] D97504: [llvm-exegesis] Disable the LBR check on AMD
Vy Nguyen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 5 10:24:42 PST 2021
oontvoo marked 2 inline comments as done.
oontvoo added a comment.
Thanks all for the review!
================
Comment at: llvm/lib/Support/Host.cpp:505
+ MaxLeaf = &EAX;
+ elsel *MaxLeaf = 0;
+
----------------
ondrasej wrote:
> This looks like a typo. Also, please move the assignment on the following line in the interest of readability.
Good catch!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97504/new/
https://reviews.llvm.org/D97504
More information about the llvm-commits
mailing list