Teach tag-inference about SeqOp/seq#
Fixes the STG/tag-inference analogue of #15226.
Co-Authored-By:
Simon Peyton Jones <simon.peytonjones@gmail.com>
Showing
- compiler/GHC/Builtin/primops.txt.pp 1 addition, 1 deletioncompiler/GHC/Builtin/primops.txt.pp
- compiler/GHC/Core/Opt/ConstantFold.hs 3 additions, 0 deletionscompiler/GHC/Core/Opt/ConstantFold.hs
- compiler/GHC/Stg/InferTags.hs 16 additions, 11 deletionscompiler/GHC/Stg/InferTags.hs
- compiler/GHC/Stg/InferTags/Rewrite.hs 32 additions, 7 deletionscompiler/GHC/Stg/InferTags/Rewrite.hs
- compiler/GHC/Stg/InferTags/TagSig.hs 2 additions, 2 deletionscompiler/GHC/Stg/InferTags/TagSig.hs
- compiler/GHC/StgToCmm/Prim.hs 1 addition, 1 deletioncompiler/GHC/StgToCmm/Prim.hs
- testsuite/tests/simplStg/should_compile/T15226b.hs 11 additions, 0 deletionstestsuite/tests/simplStg/should_compile/T15226b.hs
- testsuite/tests/simplStg/should_compile/T15226b.stderr 48 additions, 0 deletionstestsuite/tests/simplStg/should_compile/T15226b.stderr
- testsuite/tests/simplStg/should_compile/all.T 5 additions, 0 deletionstestsuite/tests/simplStg/should_compile/all.T
- testsuite/tests/simplStg/should_compile/inferTags003.hs 15 additions, 0 deletionstestsuite/tests/simplStg/should_compile/inferTags003.hs
- testsuite/tests/simplStg/should_compile/inferTags003.stderr 177 additions, 0 deletionstestsuite/tests/simplStg/should_compile/inferTags003.stderr
- testsuite/tests/simplStg/should_compile/inferTags004.hs 11 additions, 0 deletionstestsuite/tests/simplStg/should_compile/inferTags004.hs
- testsuite/tests/simplStg/should_compile/inferTags004.stderr 13 additions, 0 deletionstestsuite/tests/simplStg/should_compile/inferTags004.stderr
Loading
Please register or sign in to comment