Simon Jakobi pushed to branch wip/sjakobi/cfg-perf-test at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • testsuite/tests/perf/compiler/all.T
    ... ... @@ -830,10 +830,11 @@ test ('T26425',
    830 830
     test('CmmControlFlowPerf',
    
    831 831
          [ only_ways(['optasm']),
    
    832 832
            unless(have_ncg(), skip),
    
    833
    +       cmm_src,
    
    833 834
            collect_compiler_stats('bytes allocated', 5),
    
    834 835
            collect_compiler_residency(15),
    
    835 836
            pre_cmd('./genCmmControlFlowPerf'),
    
    836 837
            extra_files(['genCmmControlFlowPerf']),
    
    837 838
          ],
    
    838
    -     multimod_compile,
    
    839
    -     ['CmmControlFlowPerf', '-O -v0 -no-hs-main'])
    839
    +     compile,
    
    840
    +     ['-O -v0'])