This is an archive of the discontinued LLVM Phabricator instance.

Make the folder more robust against op fold() methods that generate a type mismatch
ClosedPublic

Authored by mehdi_amini on Feb 3 2021, 5:51 PM.

Details

Summary

We could extend this with an interface to allow dialect to perform a type
conversion, but that would make the folder creating operation which isn't
the case at the moment, and isn't necessarily always desirable.

Diff Detail