mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 01:11:44 +00:00
885c819f7b
GR64 <-> VR64 copies). This commit adds a MIR test case for the commit r242191, which was committed without one. This test case verifies that the ExpandPostRA pass expands the GR64 <-> VR64 copies into the appropriate MMX_MOV instructions. llvm-svn: 243457
12 lines
437 B
INI
12 lines
437 B
INI
# FIXME: For now, override suffixes to exclude any .s tests, because some of the
|
|
# buildbots have a stray misched-copy.s output file lying around that causes
|
|
# failures. See misched-copy.s where we try and clean up that file.
|
|
#
|
|
# It should be possible to remove this override once all the bots have cycled
|
|
# cleanly.
|
|
config.suffixes = ['.ll', '.mir', '.test', '.txt']
|
|
|
|
if not 'X86' in config.root.targets:
|
|
config.unsupported = True
|
|
|