For Intel Atom, use ILP scheduling always, instead of ILP for 64 bit
authorPreston Gurd <preston.gurd@intel.com>
Wed, 2 May 2012 22:02:02 +0000 (22:02 +0000)
committerPreston Gurd <preston.gurd@intel.com>
Wed, 2 May 2012 22:02:02 +0000 (22:02 +0000)
commitc0f0a93936a23a0935aa946a65095388b50c087f
tree8c8c9d3784bf89e94daacfc72bfd8a2b559e761f
parent79bbe855cd3443bc646b2aedb2973c9968ca3b7f
For Intel Atom, use ILP scheduling always, instead of ILP for 64 bit
and Hybrid for 32 bit, since benchmarks show ILP scheduling is better
most of the time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156028 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp