summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp
diff options
context:
space:
mode:
authorMatthew Simpson <mssimpso@codeaurora.org>2016-05-19 21:39:00 +0000
committerMatthew Simpson <mssimpso@codeaurora.org>2016-05-19 21:39:00 +0000
commit476c0afc014b6d1e8b7c5725495c42a30f60bb44 (patch)
treecc4abcb09d424502b60ea3d40f004042180fdf00 /llvm/lib/CodeGen/ScheduleDAGPrinter.cpp
parent5f153e686ea804626a814440f0cbf1a33df45d9a (diff)
downloadbcm5719-llvm-476c0afc014b6d1e8b7c5725495c42a30f60bb44.tar.gz
bcm5719-llvm-476c0afc014b6d1e8b7c5725495c42a30f60bb44.zip
[ARM, AArch64] Match additional patterns to ldN instructions
When matching an interleaved load to an ldN pattern, the interleaved access pass checks that all users of the load are shuffles. If the load is used by an instruction other than a shuffle, the pass gives up and an ldN is not generated. This patch considers users of the load that are extractelement instructions. It attempts to modify the extracts to use one of the available shuffles rather than the load. After the transformation, the load is only used by shuffles and will then be matched with an ldN pattern. Differential Revision: http://reviews.llvm.org/D20250 llvm-svn: 270142
Diffstat (limited to 'llvm/lib/CodeGen/ScheduleDAGPrinter.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud