This is an archive of the discontinued LLVM Phabricator instance.

[mlir][flang][openacc] Remove obsolete operand legalization passes
ClosedPublic

Authored by clementval on May 9 2023, 9:11 PM.

Details

Summary

The information needed for translation is now encoded in the dialect
operations and does not require a dedicated pass to be extracted.
Remove the obsolete passes that were performing operand legalization.

Diff Detail

Event Timeline

clementval created this revision.May 9 2023, 9:11 PM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
clementval requested review of this revision.May 9 2023, 9:11 PM
This revision is now accepted and ready to land.May 11 2023, 12:50 AM
mlir/lib/Conversion/CMakeLists.txt