[all-commits] [llvm/llvm-project] 87324a: [mlir] Extract DictionaryAttr sort method

Jacques Pienaar via All-commits all-commits at lists.llvm.org
Wed Apr 29 13:10:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 87324ac33e96526ab3fe7854079f82b1af522934
      https://github.com/llvm/llvm-project/commit/87324ac33e96526ab3fe7854079f82b1af522934
  Author: Jacques Pienaar <jpienaar at google.com>
  Date:   2020-04-29 (Wed, 29 Apr 2020)

  Changed paths:
    M mlir/include/mlir/IR/Attributes.h
    M mlir/lib/IR/Attributes.cpp

  Log Message:
  -----------
  [mlir] Extract DictionaryAttr sort method

Enable calling the sort, as expected by getWithSorted, into static member function so that callers can get same sorting behavior.

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




More information about the All-commits mailing list