Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decimal Format Peephole incorrectly detecting opportunity #2398

Merged
merged 1 commit into from
Jul 17, 2018

Commits on Jul 16, 2018

  1. Decimal Format Peephole incorrectly detecting opportunity

    Decimal Format Peephole was not correctly verifying that the
    child of the format() call is the direct result of the
    BigDecimal.{double/float}Value() call allowing for some
    operations to be removed.
    
    Signed-off-by: Kevin Langman <langman@ca.ibm.com>
    klangman committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    646125e View commit details
    Browse the repository at this point in the history