X86 intrinsics moved form X86ISelLowering.cpp to X86IntrinsicsInfo.h
authorElena Demikhovsky <elena.demikhovsky@intel.com>
Mon, 8 Dec 2014 09:03:08 +0000 (09:03 +0000)
committerElena Demikhovsky <elena.demikhovsky@intel.com>
Mon, 8 Dec 2014 09:03:08 +0000 (09:03 +0000)
commitc4fbd3fd6268eb46072160a519fa6929929e2677
treeb4e39ee577d58a2e5f3a4d4ce21f4d7cb13d17e5
parent726bd4160263609011b3a8168bde045203fd021b
X86 intrinsics moved form X86ISelLowering.cpp to X86IntrinsicsInfo.h
X86ISelLowering.cpp has a long switch for intrinsics. I moved a part of
this long switch to the new intrinsics table in X86IntrinsicsInfo.h.
No functional changes, just code and compile time optimization.

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