[llvm-commits] [llvm] r132772 - /llvm/trunk/lib/Support/Host.cpp

Chris Lattner sabre at nondot.org
Wed Jun 8 23:38:17 PDT 2011


Author: lattner
Date: Thu Jun  9 01:38:17 2011
New Revision: 132772

URL: http://llvm.org/viewvc/llvm-project?rev=132772&view=rev
Log:
add another sandybridge alias.

Modified:
    llvm/trunk/lib/Support/Host.cpp

Modified: llvm/trunk/lib/Support/Host.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Host.cpp?rev=132772&r1=132771&r2=132772&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Host.cpp (original)
+++ llvm/trunk/lib/Support/Host.cpp Thu Jun  9 01:38:17 2011
@@ -215,6 +215,7 @@
       case 37: // Intel Core i7, laptop version.
         return "corei7";
       case 42: // SandyBridge
+      case 45:
         return "corei7-avx";
 
       case 28: // Intel Atom processor. All processors are manufactured using





More information about the llvm-commits mailing list