summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-index-test/c-index-test.c
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2012-04-14 07:32:50 +0000
committerHal Finkel <hfinkel@anl.gov>2012-04-14 07:32:50 +0000
commit83c9796033050e341ae89e7c93521f1d51e47fd8 (patch)
treeceb575e38c42bbf48e2498c387b9292ac0d33002 /clang/tools/c-index-test/c-index-test.c
parentf589519a67d7d64ea8c1a6951a7d01c516385cf1 (diff)
downloadbcm5719-llvm-83c9796033050e341ae89e7c93521f1d51e47fd8.tar.gz
bcm5719-llvm-83c9796033050e341ae89e7c93521f1d51e47fd8.zip
Fix an error in BBVectorize important for vectorizing pointer types.
When vectorizing pointer types it is important to realize that potential pairs cannot be connected via the address pointer argument of a load or store. This is because even after vectorization, the address is still a scalar because the address of the higher half of the pair is implicit from the address of the lower half (it need not be, and should not be, explicitly computed). llvm-svn: 154735
Diffstat (limited to 'clang/tools/c-index-test/c-index-test.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud