Add reproducer for dealloc instructions in switch table jump expressions (#25733)
Measures taken to make the test stable: - Use 'a' as variable prefix, because X86 32bit stumbled over the variable name 'i386' - Flush stdout to make test output deterministic - Use type annotations to support 32bit archs
parent
8d8acd94
Branches wip/ttg-booleanformula
No related tags found
Pipeline #107400 passed with warnings
Showing
- testsuite/tests/cmm/should_run/JumpTableNoStackDealloc.hs 16 additions, 0 deletionstestsuite/tests/cmm/should_run/JumpTableNoStackDealloc.hs
- testsuite/tests/cmm/should_run/JumpTableNoStackDealloc.stdout 50 additions, 0 deletions...suite/tests/cmm/should_run/JumpTableNoStackDealloc.stdout
- testsuite/tests/cmm/should_run/JumpTableNoStackDeallocGen.hs 76 additions, 0 deletionstestsuite/tests/cmm/should_run/JumpTableNoStackDeallocGen.hs
- testsuite/tests/cmm/should_run/JumpTableNoStackDealloc_cmm.cmm 4196 additions, 0 deletions...uite/tests/cmm/should_run/JumpTableNoStackDealloc_cmm.cmm
- testsuite/tests/cmm/should_run/all.T 9 additions, 0 deletionstestsuite/tests/cmm/should_run/all.T
Loading
Please register or sign in to comment