Added a table for intrinsics on X86.
authorElena Demikhovsky <elena.demikhovsky@intel.com>
Sun, 17 Aug 2014 09:00:20 +0000 (09:00 +0000)
committerElena Demikhovsky <elena.demikhovsky@intel.com>
Sun, 17 Aug 2014 09:00:20 +0000 (09:00 +0000)
commita73ac1f463b2340c25f4cb08dc6522db0ad49ebb
tree825f3708f44302bc8a2214899b14e298ea30bbf8
parent7a0201c6a60d95a4afd6434a790526c6217b111f
Added a table for intrinsics on X86.
It should remove dosens of lines in handling instrinsics (in a huge switch) and give an easy way to add new intrinsics.
I did not completed to move al intrnsics to the table, I'll do this in the upcomming commits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215826 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86IntrinsicsInfo.h [new file with mode: 0644]