[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / BugPoint / compile-custom.ll.py
blobb0062ac0b74f30b53496a07af12809e0dbf99f64
1 #!/usr/bin/env python
3 from __future__ import print_function
5 import sys
7 # Currently any print-out from the custom tool is interpreted as a crash
8 # (i.e. test is still interesting)
10 print("Error: " + ' '.join(sys.argv[1:]))
12 sys.exit(1)