Files
llvm/test/CodeGen
Stanislav Mekhanoshin e9eedd7fa6 [AMDGPU] combine extractelement into several selects
An extractelement with non-constant index will be lowered either to
scratch or movrel loop in most cases. This patch converts such
instruction into a set of selects if vector size is not too big.

Differential Revision: https://reviews.llvm.org/D54351

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@346800 91177308-0d34-0410-b5e6-96231b3b80d8
2018-11-13 21:18:21 +00:00
..
2018-11-09 23:33:30 +00:00
2018-11-08 16:21:29 +00:00