-
- Downloads
AMDGPU: Add combine for short vector extract_vector_elts
Try to access pieces 4 bytes at a time. This helps various hasOneUse extract_vector_elt combines, such as load width reductions. Avoids test regressions in a future commit. llvm-svn: 334836
Showing
- llvm/lib/Target/AMDGPU/SIISelLowering.cpp 42 additions, 1 deletionllvm/lib/Target/AMDGPU/SIISelLowering.cpp
- llvm/test/CodeGen/AMDGPU/extract_vector_elt-f16.ll 30 additions, 0 deletionsllvm/test/CodeGen/AMDGPU/extract_vector_elt-f16.ll
- llvm/test/CodeGen/AMDGPU/extract_vector_elt-i16.ll 30 additions, 0 deletionsllvm/test/CodeGen/AMDGPU/extract_vector_elt-i16.ll
- llvm/test/CodeGen/AMDGPU/extract_vector_elt-i8.ll 74 additions, 0 deletionsllvm/test/CodeGen/AMDGPU/extract_vector_elt-i8.ll
Loading
Please register or sign in to comment