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

Ondrej Sykora via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 4 04:31:46 PST 2021


ondrasej accepted this revision.
ondrasej added a comment.

One more const-comment, otherwise looks good.



================
Comment at: llvm/lib/Support/Host.cpp:1127
+  unsigned MaxLeaf;
+  VendorSignatures Vendor = getVendorSignature();
+  if (Vendor == VendorSignatures::UNKNOWN)
----------------
Can this be const?


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