[mlir] Add another test case for 1:N type conversion facilities. (NFC)
authorIngo Müller <ingomueller@google.com>
Tue, 21 Feb 2023 11:21:25 +0000 (11:21 +0000)
committerIngo Müller <ingomueller@google.com>
Tue, 28 Mar 2023 08:34:11 +0000 (08:34 +0000)
commit9910d10b18074371f2ff19a7472643a6adeeeacc
tree711bb446dffadcabdddc283873928e1d536d987c
parent586cebef271f627e80c3535e7cd201915f88b349
[mlir] Add another test case for 1:N type conversion facilities. (NFC)

This patch adds another test case for the new 1:N type conversion utils
testing that the proper user materializations are applied depending on
which of the ops in are converted by the test pass.

Reviewed By: nicolasvasilache

Differential Revision: https://reviews.llvm.org/D147027
mlir/test/Conversion/OneToNTypeConversion/one-to-n-type-conversion.mlir [new file with mode: 0644]