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-12-02 05:10:04 +00:00
2013-12-02 05:10:04 +00:00
2014-03-03 13:59:41 +00:00
2014-01-24 17:20:08 +00:00
2014-02-09 07:55:19 +00:00
2013-08-28 07:03:02 +00:00