Tim Northover b7de4288bc Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc)
These are used in the ARM backends to aid type-checking on patterns involving
intrinsics. By making sure one argument is an extended/truncated version of
another.

However, there's no reason to limit them to just vectors types. For example
AArch64 has the instruction "uqshrn sD, dN, #imm" which would naturally use an
intrinsic taking an i64 and returning an i32.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205003 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-28 12:31:39 +00:00
..
2013-11-15 01:34:59 +00:00
2012-12-11 00:23:07 +00:00
2013-12-03 07:34:19 +00:00
2014-03-14 01:56:55 +00:00
2013-01-02 09:10:48 +00:00
2013-01-28 22:05:50 +00:00
2013-04-05 20:00:35 +00:00
2014-01-24 17:20:08 +00:00