This is an archive of the discontinued LLVM Phabricator instance.

[mlir][llvm] Switch remaining LLVM dialect tests to opaque pointers.
ClosedPublic

Authored by gysit on Mar 23 2023, 8:09 AM.

Details

Summary

The revision switches the remaining LLVM dialect tests to use opaque
pointers. Selected tests are copied to a postfixed test file for the
time being.

A number of tests disappear once we fully switch to opaque pointers.
In particular, all tests that check verify a pointer element type
matches another type as well as tests of recursive types.

Part of https://discourse.llvm.org/t/rfc-switching-the-llvm-dialect-and-dialect-lowerings-to-opaque-pointers/68179

Diff Detail

Event Timeline

gysit created this revision.Mar 23 2023, 8:09 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 23 2023, 8:09 AM
Dinistro accepted this revision.Mar 23 2023, 10:23 AM

LGTM! Thanks for pushing on this.

This revision is now accepted and ready to land.Mar 23 2023, 10:23 AM