summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
diff options
context:
space:
mode:
authorAdam Nemet <anemet@apple.com>2014-05-29 23:35:36 +0000
committerAdam Nemet <anemet@apple.com>2014-05-29 23:35:36 +0000
commit35b80eaef19f9a928273cc35b6fd6d91016b2110 (patch)
tree2ae964883446b61f38b8c8d7199527970ee3fa23 /llvm/test/Bitcode
parent39066800e9eb8fdad2e52592b344a0498e288353 (diff)
downloadbcm5719-llvm-35b80eaef19f9a928273cc35b6fd6d91016b2110.tar.gz
bcm5719-llvm-35b80eaef19f9a928273cc35b6fd6d91016b2110.zip
[X86] Remove AVX1 vbroadcast intrinsics
The corresponding CFE patch replaces these intrinsics with vector initializers in avxintrin.h. This patch removes the LLVM intrinsics from the backend. We now stop lowering at X86ISD::VBROADCAST custom node rather than lowering that further to the intrinsics. The patch only changes VBROADCASTS* and leaves VBROADCAST[FI]128 to continue to use intrinsics. As explained in the CFE patch, the reason is that we currently don't generate as good code for them without the intrinsics. CodeGen/X86/avx-vbroadcast.ll already provides coverage for this change. It checks that for a series of insertelements we generate the appropriate vbroadcast instruction. Also verified that there was no assembly change in the test-suite before and after this patch. llvm-svn: 209864
Diffstat (limited to 'llvm/test/Bitcode')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud