Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add '#' to test regex that I forgot in r303025. | Daniel Jasper | 2017-05-15 | 1 | -1/+1 |
| | | | | llvm-svn: 303034 | ||||
* | Fix two tests that weren't correctly copied. | Daniel Jasper | 2017-05-14 | 1 | -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 ones | Justin Bogner | 2017-05-13 | 1 | -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 |