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

mlir/Presburger: guard dump function; fix buildbot #95218

Merged
merged 1 commit into from
Jun 12, 2024

Commits on Jun 12, 2024

  1. mlir/Presburger: guard dump function; fix buildbot

    Follow up on 76030dc (mlir/Presburger/MPInt: move into llvm/ADT) to
    guard a function in Fraction.h with !NDEBUG || LLVM_ENABLE_DUMP, since
    the call to the corresponding function in DynamicAPInt is guarded
    similarly. This patch fixes the build when mlir is built with this
    configuration.
    artagnon committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ec78fd1 View commit details
    Browse the repository at this point in the history