Michael Liao bfa7b1e695 Fix PR17546
- Type of index used in extract_vector_elt or insert_vector_elt supposes
  to be TLI.getVectorIdxTy() which is pointer type on most targets. It'd
  better to truncate (or zero-extend in case it's changed later) it to
  mask element type to guarantee they are matching instead of asserting
  that.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192722 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-15 17:51:58 +00:00
..
2013-09-16 22:22:07 +00:00
2013-08-27 08:39:25 +00:00
2013-08-21 17:14:31 +00:00
2013-09-16 22:22:07 +00:00
2013-08-12 12:43:26 +00:00
2013-10-15 17:51:02 +00:00
2013-10-15 17:51:58 +00:00
2013-09-19 23:00:28 +00:00
2013-09-23 16:57:52 +00:00