summaryrefslogtreecommitdiff
path: root/testsuite/.gitignore
diff options
context:
space:
mode:
authorJohan Tibell <johan.tibell@gmail.com>2014-03-26 17:08:29 +0100
committerJohan Tibell <johan.tibell@gmail.com>2014-03-26 17:08:29 +0100
commit11b31c3c9bbe05486e6532ec6217c8cf2587adbb (patch)
treeb22cc07f0caf6c24557c339260ba4e319c3517cb /testsuite/.gitignore
parentce335cee31de24d817246a87935bb9ffd21168f9 (diff)
downloadhaskell-11b31c3c9bbe05486e6532ec6217c8cf2587adbb.tar.gz
Add flags to control memcpy and memset inlining
This adds -fmax-inline-memcpy-insns and -fmax-inline-memset-insns. These flags control when we inline calls to memcpy/memset with statically known arguments. The flag naming style is taken from GCC and the same limit is used by both GCC and LLVM.
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r--testsuite/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index 1e14dc151f..519d432273 100644
--- a/testsuite/.gitignore
+++ b/testsuite/.gitignore
@@ -139,6 +139,7 @@ tests/codeGen/should_compile/T2578
tests/codeGen/should_gen_asm/memcpy-unroll-conprop.s
tests/codeGen/should_gen_asm/memcpy-unroll.s
tests/codeGen/should_gen_asm/memcpy.s
+tests/codeGen/should_gen_asm/memset-unroll.s
tests/codeGen/should_run/1852
tests/codeGen/should_run/1861
tests/codeGen/should_run/2080