This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Complete refactoring of Affine dialect into sub-libraries.
ClosedPublic

Authored by stephenneuendorffer on Apr 16 2020, 11:23 AM.

Details

Summary

There were some unused CMakeFiles for Affine/IR and Affine/EDSC.
This change builds separate MLIRAffineOps and MLIRAffineEDSC libraries
using those CMakeFiles. This combination replaces the old MLIRAffine
library.

Diff Detail

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Apr 16 2020, 1:58 PM
This revision was automatically updated to reflect the committed changes.