[all-commits] [llvm/llvm-project] 5334a6: [MLIR][NFC] Sort table of operations alphabetically

Mats Petersson via All-commits all-commits at lists.llvm.org
Thu Aug 18 02:32:09 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5334a6337d87f61ffde3e4bb04e9a0d64444187b
      https://github.com/llvm/llvm-project/commit/5334a6337d87f61ffde3e4bb04e9a0d64444187b
  Author: Mats Petersson <mats.petersson at arm.com>
  Date:   2022-08-18 (Thu, 18 Aug 2022)

  Changed paths:
    M mlir/lib/Conversion/ArithmeticToLLVM/ArithmeticToLLVM.cpp

  Log Message:
  -----------
  [MLIR][NFC] Sort table of operations alphabetically

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.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D132046




More information about the All-commits mailing list