[all-commits] [llvm/llvm-project] 794012: [X86] Fix typo in comment. NFC
topperc via All-commits
all-commits at lists.llvm.org
Sun May 24 00:29:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 79401230840ffb0a20c146aa108224fad99d702f
https://github.com/llvm/llvm-project/commit/79401230840ffb0a20c146aa108224fad99d702f
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-05-24 (Sun, 24 May 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
Log Message:
-----------
[X86] Fix typo in comment. NFC
Commit: 2bb822bc902a094347c4e3a885d1563200907f20
https://github.com/llvm/llvm-project/commit/2bb822bc902a094347c4e3a885d1563200907f20
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-05-24 (Sun, 24 May 2020)
Changed paths:
M compiler-rt/lib/builtins/cpu_model.c
M llvm/lib/Support/Host.cpp
Log Message:
-----------
[X86] Add family/model for Intel Comet Lake CPUs for -march=native and function multiversioning
This adds the family/model returned by CPUID for some Intel
Comet Lake CPUs. Instruction set and tuning wise these are
the same as "skylake".
These are not in the Intel SDM yet, but these should be correct.
Compare: https://github.com/llvm/llvm-project/compare/cc65a7a5ea81...2bb822bc902a
More information about the All-commits
mailing list