This is an archive of the discontinued LLVM Phabricator instance.

[mlir][openacc] Remove -allow-unregistred-dialect from ops and invalid tests
ClosedPublic

Authored by clementval on Sep 30 2020, 9:15 AM.

Details

Summary

Switch to a dummy op in the test dialect so we can remove the -allow-unregistred-dialect
on ops.mlir and invalid.mlir. Change after comment on D88272.

Diff Detail