[compiler-rt] [llvm] [X86] Add CPU detection for more znver2 CPUs (PR #74955)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 21 23:38:05 PST 2023
boomanaiden154 wrote:
> LGTM - please can add equivalent comments for the case 25 zen3/zen4 comments so we don't lose the info that @ganeshgit listed.
Updated. I also updated the checks to match the comments. In some cases, that resulted in more conditionals, but they are trivially optimizable and make the code more readable (in my opinion). Please let me know if there are any issues with that approach and I can get it fixed.
https://github.com/llvm/llvm-project/pull/74955
More information about the llvm-commits
mailing list