summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Host.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Support/Host.cpp')
-rw-r--r--llvm/lib/Support/Host.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Support/Host.cpp b/llvm/lib/Support/Host.cpp
index 0f0696438ca..a5e0cb061c1 100644
--- a/llvm/lib/Support/Host.cpp
+++ b/llvm/lib/Support/Host.cpp
@@ -230,6 +230,10 @@ std::string sys::getHostCPUName() {
case 45:
return "corei7-avx";
+ // Ivy Bridge:
+ case 58:
+ return "core-avx-i";
+
case 28: // Intel Atom processor. All processors are manufactured using
// the 45 nm process
return "atom";
OpenPOWER on IntegriCloud