Skip to content

Allow more Bignum primitives to inline (#20361)

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/bignum-inline2 into master

See #20361 for the plan. In this batch:

  • add constant folding for bigNatCompareWord#
  • allow Integer Eq/Ne/Gt/Ge/Lt/Le/Compare to inline
  • allow Integer signum to inline

Merge request reports