X86JITInfo: [x86] Use X86CompilationCallback_SSE() along;
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 15 Apr 2014 04:12:21 +0000 (04:12 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 15 Apr 2014 04:12:21 +0000 (04:12 +0000)
commit88f353252d6130469d5854efb37659d3ba015c02
tree32a2a65c889e8f2fe409857d4004b68cdf6c7531
parent5a2d3f4c8144edda084cc36650e5becffe933b6c
X86JITInfo: [x86] Use X86CompilationCallback_SSE() along;

  *not* Subtarget->hasSSE1()
  *but* __SSE__, the flag that LLVM libraries are compiled

The callback calls internal LLVM JIT libraries. It may be built with -msse (or above).

FIXME: JIT may use "host" instead of "generic" by default.

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