[all-commits] [llvm/llvm-project] d6296c: [mlir] Allow to use vformat utility with MLIR classes

Vladislav Vinogradov via All-commits all-commits at lists.llvm.org
Tue Oct 12 03:27:25 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d6296c3b0088915c6175587dda207bca81598293
      https://github.com/llvm/llvm-project/commit/d6296c3b0088915c6175587dda207bca81598293
  Author: Vladislav Vinogradov <vlad.vinogradov at intel.com>
  Date:   2021-10-12 (Tue, 12 Oct 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/MemRef/IR/MemRef.h
    M mlir/include/mlir/IR/OpDefinition.h
    M mlir/include/mlir/IR/Operation.h
    M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
    M mlir/unittests/IR/OperationSupportTest.cpp

  Log Message:
  -----------
  [mlir] Allow to use vformat utility with MLIR classes

Make `raw_ostream operator<<` follow const correctness semantic,
since it is a requirement of FormatVariadic implementation.

Reviewed By: rriddle

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




More information about the All-commits mailing list