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

[IR] Remove FP cast constant expressions #71408

Merged
merged 1 commit into from
Nov 7, 2023

Commits on Nov 6, 2023

  1. [IR] Remove FP cast constant expressions

    Remove support for the fptrunc, fpext, fptoui, fptosi, uitofp and
    sitofp constant expressions. All places cerating them have been
    removed beforehand, so this just removes the APIs and uses of
    these constant expressions in tests.
    
    With this, the only remaining FP operation that still has constant
    expression support is fcmp.
    
    This is part of
    https://discourse.llvm.org/t/rfc-remove-most-constant-expressions/63179.
    nikic committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    53f2b2d View commit details
    Browse the repository at this point in the history