llvm-project/llvm/test/Transforms/InterleavedAccess
Matthias Braun 01fa962226 InterleaveAccessPass: Avoid constructing invalid shuffle masks
Fix a bug where we would construct shufflevector instructions addressing
invalid elements.

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

llvm-svn: 293673
2017-01-31 18:37:53 +00:00
..
AArch64 InterleaveAccessPass: Avoid constructing invalid shuffle masks 2017-01-31 18:37:53 +00:00
ARM InterleaveAccessPass: Avoid constructing invalid shuffle masks 2017-01-31 18:37:53 +00:00
X86