This is an archive of the discontinued LLVM Phabricator instance.

Update syntax for amx.tile_muli to use two Unit attr to mark the zext case
ClosedPublic

Authored by mehdi_amini on Mar 19 2021, 6:25 PM.

Details

Summary

This makes the annotation tied to the operand and the use of a keyword
more explicit/readable on what it means.

Diff Detail

Event Timeline

mehdi_amini created this revision.Mar 19 2021, 6:25 PM
mehdi_amini requested review of this revision.Mar 19 2021, 6:25 PM

please update integration tests too!

mlir/test/Dialect/AMX/roundtrip.mlir
33

seems to have filename at end?

Update integration tests

aartbik added inline comments.Mar 19 2021, 6:44 PM
mlir/test/Dialect/AMX/roundtrip.mlir
44

verify -> Verify (start of sentence)

fix comments in tests

aartbik accepted this revision.Mar 19 2021, 6:55 PM
This revision is now accepted and ready to land.Mar 19 2021, 6:55 PM