"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "d5a7bfc51dfc951e72a187ba7d24ec3e6fdb6e6f"
Subject: [PATCH] [CodeGen] Add pass to combine interleaved loads.
This patch defines an interleaved-load-combine pass. The pass searches for ShuffleVector instructions that represent interleaved loads. Matches are converted such that they will be captured by the InterleavedAccessPass. The pass extends LLVMs capabilities to use target specific instruction selection of interleaved load patterns (e.g.: ld4 on Aarch64 architectures). Differential Revision: https://reviews.llvm.org/D52653 llvm-svn: 347208
Loading
Please register or sign in to comment