This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][NFC] Sort table of operations alphabetically
ClosedPublic

Authored by Leporacanthicus on Aug 17 2022, 11:11 AM.

Details

Summary

Arrange the operations in alphabetical order, rather than what
appears to be the order they were added. This was suggested in
a review when adding new operations.

Diff Detail

Event Timeline

Leporacanthicus requested review of this revision.Aug 17 2022, 11:11 AM
rriddle accepted this revision.Aug 17 2022, 11:12 AM

Thanks for doing this!

mlir/lib/Conversion/ArithmeticToLLVM/ArithmeticToLLVM.cpp
333–334

These look out of order

This revision is now accepted and ready to land.Aug 17 2022, 11:12 AM
This revision was automatically updated to reflect the committed changes.