Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 27 Sep 2011 22:57:18 +0000 (22:57 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 27 Sep 2011 22:57:18 +0000 (22:57 +0000)
commit98e933f9ad3cc2ede3a0a337144a504265d614cd
treeeeb5a670fdf740da59d59e93ef8c8ce3b9139d0d
parent25ddc2bf7ed69f500dd4d3e003004bda28c3dd95
Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo.

I am going to unify the SSEDomainFix and NEONMoveFix passes into a
single target independent pass.  They are essentially doing the same
thing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140652 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetInstrInfo.h
lib/Target/X86/SSEDomainFix.cpp
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h