summaryrefslogtreecommitdiff
path: root/compiler/main/GHC.hs
diff options
context:
space:
mode:
authorklebinger.andreas@gmx.at <klebinger.andreas@gmx.at>2018-06-04 17:50:21 -0400
committerBen Gamari <ben@smart-cactus.org>2018-06-04 17:50:46 -0400
commitaa77c602e910cb9a4e17022464c0341fd731f3e0 (patch)
tree0606c2726571482d15f7b30fc88fcfa286fccd88 /compiler/main/GHC.hs
parent97cea3155c7161b7983625417b717239ff52e100 (diff)
downloadhaskell-aa77c602e910cb9a4e17022464c0341fd731f3e0.tar.gz
Also suppress uniques in cmm dumps with `-dsuppress-uniques`.
Allows easier structural comparison of Cmm code. Before: ``` cxCH: // global _suEU::P64 = R1; if ((Sp + -16) < SpLim) (likely: False) goto cxCI; else goto cxCJ; ``` After ``` _lbl_: // global __locVar_::P64 = R1; if ((Sp + -16) < SpLim) (likely: False) goto cxBf; else goto cxBg; ``` Test Plan: Looking at dumps, ci Reviewers: bgamari, simonmar Reviewed By: bgamari Subscribers: rwbarton, thomie, carter Differential Revision: https://phabricator.haskell.org/D4786
Diffstat (limited to 'compiler/main/GHC.hs')
0 files changed, 0 insertions, 0 deletions