Magnus pushed to branch wip/mangoiv/ghc-9.12-bp at Glasgow Haskell Compiler / GHC

Commits:

2 changed files:

Changes:

  • testsuite/tests/bytecode/T27001.stdout
    1
    -(0.15 secs,)
    
    2
    -it :: ()
    
    3 1
     100000.0
    4
    -(0.09 secs, 51,566,104 bytes)

  • testsuite/tests/simd/should_run/all.T
    ... ... @@ -130,9 +130,6 @@ test('T26410_prim'
    130 130
         , compile_and_run if have_cpu_feature('avx512f') else compile
    
    131 131
         , [''])
    
    132 132
     
    
    133
    -test('FloatConstant', [], compile_and_run, [''])
    
    134
    -test('IntConstant', [], compile_and_run, [''])
    
    135
    -
    
    136 133
     test('StackAlignment32'
    
    137 134
         , [ only_ways(llvm_ways) # SIMD NCG TODO: support 256-bit wide vectors
    
    138 135
           , unless(arch('x86_64') or arch('i386'), skip)