mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
x86 CPU detection and proper subtarget support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25679 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -25,12 +25,6 @@ class FunctionPass;
|
||||
class IntrinsicLowering;
|
||||
class MachineCodeEmitter;
|
||||
|
||||
enum X86VectorEnum {
|
||||
AutoDetect, NoSSE, SSE, SSE2, SSE3
|
||||
};
|
||||
|
||||
extern X86VectorEnum X86Vector;
|
||||
extern bool X86ScalarSSE;
|
||||
extern bool X86DAGIsel;
|
||||
|
||||
/// createX86ISelPattern - This pass converts an LLVM function into a
|
||||
|
Reference in New Issue
Block a user