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)
commitb7132663315aa218a256cfc968d94277e6a6fdbb
tree0061cf8e6861bb92e36955b9d610244fc455f21a
parentbce6d327be1f5b3d5d363f1803df38b82533a2bc
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.

llvm-svn: 302972
llvm/test/Analysis/BasicAA/cs-cs-arm.ll [new file with mode: 0644]
llvm/test/Analysis/BasicAA/cs-cs.ll
llvm/test/Analysis/BasicAA/intrinsics-arm.ll [new file with mode: 0644]
llvm/test/Analysis/BasicAA/intrinsics.ll
llvm/test/Analysis/TypeBasedAliasAnalysis/intrinsics.ll