]> granicus.if.org Git - llvm/commit
AA: Use generic intrinsics for tests instead of target specific ones
authorJustin Bogner <mail@justinbogner.com>
Sat, 13 May 2017 00:12:52 +0000 (00:12 +0000)
committerJustin Bogner <mail@justinbogner.com>
Sat, 13 May 2017 00:12:52 +0000 (00:12 +0000)
commit835866516057eb5d729c8f15d615fe319c1e132c
treec5e9de3287f207724d54a578770ee99b3a88072a
parentd9cc17e63591655a46b0a1db022a6faf2f6c4bc2
AA: Use generic intrinsics for tests instead of target specific ones

Update a few tests to use llvm.masked.load/store instead of arm neon
vector loads and stores, and move the tests that are actually specific
to those arm intrinsics to their own files. This lets us mark the
tests that use target specific intrinsics as requiring those targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302972 91177308-0d34-0410-b5e6-96231b3b80d8
test/Analysis/BasicAA/cs-cs-arm.ll [new file with mode: 0644]
test/Analysis/BasicAA/cs-cs.ll
test/Analysis/BasicAA/intrinsics-arm.ll [new file with mode: 0644]
test/Analysis/BasicAA/intrinsics.ll
test/Analysis/TypeBasedAliasAnalysis/intrinsics.ll