summaryrefslogtreecommitdiff
path: root/testsuite/.gitignore
diff options
context:
space:
mode:
authorReid Barton <rwbarton@gmail.com>2015-06-25 13:53:57 -0400
committerReid Barton <rwbarton@gmail.com>2015-06-25 13:53:58 -0400
commita2f828a370b220839ad9b31a274c0198ef91b7fe (patch)
treed4f238143f0dd7c891f90e9b2bd10b41c6470e19 /testsuite/.gitignore
parentc7b6fb59eca478650dcb391a6f424e3c42a155dc (diff)
downloadhaskell-a2f828a370b220839ad9b31a274c0198ef91b7fe.tar.gz
Be aware of overlapping global STG registers in CmmSink (#10521)
Summary: On x86_64, commit e2f6bbd3a27685bc667655fdb093734cb565b4cf assigned the STG registers F1 and D1 the same hardware register (xmm1), and the same for the registers F2 and D2, etc. When mixing calls to functions involving Float#s and Double#s, this can cause wrong Cmm optimizations that assume the F1 and D1 registers are independent. Reviewers: simonpj, austin Reviewed By: austin Subscribers: simonpj, thomie, bgamari Differential Revision: https://phabricator.haskell.org/D993 GHC Trac Issues: #10521
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r--testsuite/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index 09a9dcfa84..1c3630842e 100644
--- a/testsuite/.gitignore
+++ b/testsuite/.gitignore
@@ -164,6 +164,8 @@ mk/ghcconfig*_inplace_bin_ghc-stage2.exe.mk
/tests/codeGen/should_run/SizeOfSmallArray
/tests/codeGen/should_run/StaticArraySize
/tests/codeGen/should_run/StaticByteArraySize
+/tests/codeGen/should_run/T10521
+/tests/codeGen/should_run/T10521b
/tests/codeGen/should_run/T1852
/tests/codeGen/should_run/T1861
/tests/codeGen/should_run/T2080