summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_gen_asm/all.T
blob: 1faa7d62abfc0aabf952f413a2cd1a0682b895bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
is_amd64_codegen = [
    unless(platform('x86_64-unknown-linux'),skip),
    when(unregisterised(), skip),
]

test('memcpy', is_amd64_codegen,  compile_cmp_asm, ['cmm', ''])
test('memcpy-unroll', is_amd64_codegen, compile_cmp_asm, ['cmm', ''])
test('memcpy-unroll-conprop', is_amd64_codegen, compile_cmp_asm, ['cmm', ''])
test('memset-unroll', is_amd64_codegen, compile_cmp_asm, ['cmm', ''])
test('bytearray-memset-unroll', is_amd64_codegen, compile_grep_asm, ['hs', True, ''])
test('bytearray-memcpy-unroll', is_amd64_codegen, compile_grep_asm, ['hs', True, ''])
test('T18137', [when(opsys('darwin'), skip), only_ways(llvm_ways)], compile_grep_asm, ['hs', False, '-fllvm -split-sections'])
test('AddMulX86', is_amd64_codegen, compile_cmp_asm, ['hs', '-dno-typeable-binds'])