This is an archive of the discontinued LLVM Phabricator instance.

[mlir][llvm] Keep unhandled constant test.
ClosedPublic

Authored by gysit on Mar 30 2023, 1:02 AM.

Details

Summary

Add the more precise error message introduced in
https://reviews.llvm.org/D142337 to the standard
error produced for unhandled constants. This way
we keep testing both error cases.

Diff Detail

Event Timeline

gysit created this revision.Mar 30 2023, 1:02 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
gysit requested review of this revision.Mar 30 2023, 1:02 AM
Dinistro accepted this revision.Mar 30 2023, 2:20 AM

LGTM!

This revision is now accepted and ready to land.Mar 30 2023, 2:20 AM
This revision was automatically updated to reflect the committed changes.