This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Make polynomial approximation emit std instead of LLVM ops
ClosedPublic

Authored by bkramer on Aug 11 2021, 5:15 AM.

Details

Summary

This is a bit cleaner and removes issues with 2d vectors. It also has a
big impact on constant folding, hence the test changes.

Depends on D107891

Diff Detail

Event Timeline

bkramer created this revision.Aug 11 2021, 5:15 AM
bkramer requested review of this revision.Aug 11 2021, 5:15 AM
cota accepted this revision.Aug 11 2021, 7:17 AM
This revision is now accepted and ready to land.Aug 11 2021, 7:17 AM