You need to sign in or sign up before continuing.
CommonBlockElim ignores CmmType when comparing CmmLoads
Currently GHC.Cmm.CommonBlockElim.eqExprWith ignores the CmmType fields when comparing two CmmLoad expressions for equality. This seems quite suspicious. If this is correct there should be an argument explaining why.