Files
llvm/lib/Target/AMDGPU
Zvi Rackover 8849d30d5f TargetLowering: Change isShuffleMaskLegal's mask argument type to ArrayRef<int>. NFCI.
Changing mask argument type from const SmallVectorImpl<int>& to
ArrayRef<int>.

This came up in D35700 where a mask is received as an ArrayRef<int> and
we want to pass it to TargetLowering::isShuffleMaskLegal().
Also saves a few lines of code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309085 91177308-0d34-0410-b5e6-96231b3b80d8
2017-07-26 08:06:58 +00:00
..
2017-07-02 03:24:54 +00:00
2017-07-21 21:19:23 +00:00
2017-07-21 21:19:23 +00:00
2017-06-26 03:01:36 +00:00
2017-03-15 15:37:42 +00:00
2015-06-13 03:28:10 +00:00
2017-03-21 22:18:10 +00:00
2017-07-22 00:40:46 +00:00
2016-11-10 16:02:37 +00:00