[PATCH] D97504: [llvm-exegesis] Disable the LBR check on AMD

Ondrej Sykora via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 5 10:05:14 PST 2021


ondrasej accepted this revision.
ondrasej added a comment.
This revision is now accepted and ready to land.

Looks good except for the typo.



================
Comment at: llvm/lib/Support/Host.cpp:505
+    MaxLeaf = &EAX;
+  elsel *MaxLeaf = 0;
+
----------------
This looks like a typo. Also, please move the assignment on the following line in the interest of readability.


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