This is an archive of the discontinued LLVM Phabricator instance.

[mlir] BUILD.bazel: remove LLVMDialect from MathTransforms
ClosedPublic

Authored by cota on Aug 11 2021, 9:02 AM.

Details

Summary

c1ebefdf77f3 "[mlir] Make polynomial approximation emit
std instead of LLVM ops" removed the dependence on LLVMDialect.

Remove the dependence also from BUILD.bazel.

Diff Detail

Event Timeline

cota created this revision.Aug 11 2021, 9:02 AM
cota requested review of this revision.Aug 11 2021, 9:02 AM
bkramer accepted this revision.Aug 11 2021, 9:11 AM

Thanks

This revision is now accepted and ready to land.Aug 11 2021, 9:11 AM
This revision was automatically updated to reflect the committed changes.