[PATCH] D94954: Fixes Snapdragon Kryo CPU core detection
Ryan Houdek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 19 14:39:02 PST 2021
Sonicadvance1 added a comment.
In D94954#2508098 <https://reviews.llvm.org/D94954#2508098>, @dmgreen wrote:
> There are some tests in llvm/unittests/Support/Host.cpp. Can you add test for these cpu's and the multiple infos you were seeing? I suppose it now gets the info from the last one?
Correct. It now pulls that last implementer/part pair from the cpuinfo. Which it was kind of sort of already doing, just in a strange desync'd manner that was broken if you mixed implementers.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94954/new/
https://reviews.llvm.org/D94954
More information about the llvm-commits
mailing list