This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Small stylistic changes to Complex_NumberAttr
ClosedPublic

Authored by pifon2a on Jul 27 2022, 6:27 AM.

Diff Detail

Event Timeline

pifon2a created this revision.Jul 27 2022, 6:27 AM
pifon2a requested review of this revision.Jul 27 2022, 6:27 AM
Lewuathe accepted this revision.Jul 27 2022, 5:34 PM

The change looks good to me. Thanks for the cleanup!

mlir/include/mlir/Dialect/Complex/IR/ComplexAttributes.td
37–39

It might be better to add a description field here. (Sorry, I forgot to add them)

APFloatParameter<"real part">:$real, APFloatParameter<"imaginary part">:$imag
This revision is now accepted and ready to land.Jul 27 2022, 5:34 PM
akuegel accepted this revision.Jul 27 2022, 11:33 PM

Thanks :)

This revision was automatically updated to reflect the committed changes.