This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix wrong variable name in Linalg OpDSL
ClosedPublic

Authored by ftynse on Nov 16 2021, 8:09 AM.

Details

Summary

The name seems to have been left over from a renaming effort on an unexercised
codepaths that are difficult to catch in Python. Fix it and add a test that
exercises the codepath.

Diff Detail

Event Timeline

ftynse created this revision.Nov 16 2021, 8:09 AM
ftynse requested review of this revision.Nov 16 2021, 8:09 AM
gysit accepted this revision.Nov 16 2021, 8:32 AM

Thanks for fixing!

This revision is now accepted and ready to land.Nov 16 2021, 8:32 AM
This revision was automatically updated to reflect the committed changes.