This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Fix polynomial Approx test.
ClosedPublic

Authored by jacquesguan on Sep 9 2022, 1:45 AM.

Details

Summary

This patch refators the polynomial Approx test. Now we pass the constant as function argument to avoid constant folder.

Link: https://github.com/llvm/llvm-project/issues/57613

Diff Detail

Event Timeline

jacquesguan created this revision.Sep 9 2022, 1:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 9 2022, 1:45 AM
jacquesguan requested review of this revision.Sep 9 2022, 1:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 9 2022, 1:45 AM
Mogball accepted this revision.Sep 9 2022, 10:48 AM

thanks

This revision is now accepted and ready to land.Sep 9 2022, 10:48 AM
This revision was automatically updated to reflect the committed changes.