[PATCH] D74918: Add method to TargetInfo to get CPU cache line size
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 20 15:52:56 PST 2020
craig.topper added inline comments.
================
Comment at: clang/lib/Basic/Targets/X86.cpp:1834
+ case CK_Tigerlake:
+ case CK_Lakemont:
+
----------------
I think Lakemont is 16 bytes. Assuming I'm interpretting the CLFLUSH line size from this CPUID dump correctly https://github.com/InstLatx64/InstLatx64/blob/master/GenuineIntel/GenuineIntel0000590_Lakemont_CPUID2.txt
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74918/new/
https://reviews.llvm.org/D74918
More information about the cfe-commits
mailing list