[ARM][NFC] codegen tests cleanup: remove dangling check prefixes
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Fri, 23 Nov 2018 10:08:39 +0000 (10:08 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Fri, 23 Nov 2018 10:08:39 +0000 (10:08 +0000)
commitfc448cfd255b64ea71ff86cf17c6f58c37f45568
tree927ed588ee693719638e0e12c32ceab345f5a841
parente1c2dc27d381f8a0bfb8b567dc80b9db55eeaf8d
[ARM][NFC] codegen tests cleanup: remove dangling check prefixes

I am working on making FileCheck stricter (in D54769 and D53710) so that it
issues diagnostics when there's something wrong with tests.

This is a cleanup for dangling prefixes in the ARM codegen tests, e.g.:

--check-prefixes=A,B

where A occurs in the check file, but B doesn't. This can be innocent if A does
all the required checking, but can also be a bug in that test if it results in
the test actually not checking anything (if A for example only checks a common
label). Test CodeGen/ARM/smml.ll is such an example.

Differential Revision: https://reviews.llvm.org/D54842

llvm-svn: 347487
llvm/test/CodeGen/ARM/CGP/arm-cgp-phis-ret.ll
llvm/test/CodeGen/ARM/GlobalISel/arm-select-globals-ropi-rwpi.mir
llvm/test/CodeGen/ARM/float-helpers.s
llvm/test/CodeGen/ARM/ldrd.ll
llvm/test/CodeGen/ARM/smml.ll
llvm/test/CodeGen/ARM/softfp-fabs-fneg.ll
llvm/test/CodeGen/ARM/tls-models.ll