summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_gen_asm/all.T
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-01-09 11:40:12 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2023-01-09 11:58:53 +0000
commit9c6525fa693e0949aeb50e7b8fb4124460c93530 (patch)
tree0227c090e61ab0924281c2e25d1bc5bae5f2a379 /testsuite/tests/codeGen/should_gen_asm/all.T
parent965a273510adfac4f041a31182c2fec82e614e47 (diff)
downloadhaskell-wip/revert-lea.tar.gz
Revert "NCG(x86): Compile add+shift as lea if possible."wip/revert-lea
This reverts commit 20457d775885d6c3df020d204da9a7acfb3c2e5a. See #22666 and #21777
Diffstat (limited to 'testsuite/tests/codeGen/should_gen_asm/all.T')
-rw-r--r--testsuite/tests/codeGen/should_gen_asm/all.T1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_gen_asm/all.T b/testsuite/tests/codeGen/should_gen_asm/all.T
index 1faa7d62ab..fa3ed1ccf5 100644
--- a/testsuite/tests/codeGen/should_gen_asm/all.T
+++ b/testsuite/tests/codeGen/should_gen_asm/all.T
@@ -10,4 +10,3 @@ 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'])