summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/BasicAA/intrinsics-arm.ll
Commit message (Collapse)AuthorAgeFilesLines
* Add '#' to test regex that I forgot in r303025.Daniel Jasper2017-05-151-1/+1
| | | | llvm-svn: 303034
* Fix two tests that weren't correctly copied.Daniel Jasper2017-05-141-1/+1
| | | | | | | One didn't correctly fine the regex variable, the other still had a RUN line for FNOBUILTIN-checks, which weren't copied to the file. llvm-svn: 303025
* AA: Use generic intrinsics for tests instead of target specific onesJustin Bogner2017-05-131-0/+31
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
OpenPOWER on IntegriCloud