mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 22:28:22 +00:00
6adfd93ee4
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243457 91177308-0d34-0410-b5e6-96231b3b80d8
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
|
|
|