This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Define transform dialect expensive checks regardless of asserts.
AcceptedPublic

Authored by stellaraccident on Feb 24 2023, 11:12 AM.

Details

Summary

We shouldn't be varying public API surface based on NDEBUG. Prior to this patch, a release/installed MLIR could not be used from an assertions enabled consuming project.

Diff Detail

Event Timeline

stellaraccident requested review of this revision.Feb 24 2023, 11:13 AM
jpienaar accepted this revision.Feb 24 2023, 11:16 AM
This revision is now accepted and ready to land.Feb 24 2023, 11:16 AM