aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.h
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2013-09-15 15:20:54 +0000
committerHal Finkel <hfinkel@anl.gov>2013-09-15 15:20:54 +0000
commit2945d4e91658caf48aa67ebbfe7bf47b8697f6ae (patch)
tree30d0b93308883e33e4b8d394fe0ddeeb981fb499 /llvm/lib/Bitcode/Reader/BitcodeReader.h
parent31658834e67e837ee8940ca1798c42b9296e747a (diff)
downloadllvm-2945d4e91658caf48aa67ebbfe7bf47b8697f6ae.zip
llvm-2945d4e91658caf48aa67ebbfe7bf47b8697f6ae.tar.gz
llvm-2945d4e91658caf48aa67ebbfe7bf47b8697f6ae.tar.bz2
PPC: Don't restrict lvsl generation to after type legalization
The PPC backend uses a target-specific DAG combine to turn unaligned Altivec loads into a permutation-based sequence when possible. Unfortunately, the target-specific DAG combine is not always called on all loads of interest (sometimes the routines in DAGCombine call CombineTo such that the new node and users are not added to the worklist); allowing the combine to trigger early (before type legalization) mitigates this problem. Because the autovectorizers only create legal vector types, I don't expect a lot of cases where this optimization is enabled by type legalization in practice. llvm-svn: 190764
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.h')
0 files changed, 0 insertions, 0 deletions