[all-commits] [llvm/llvm-project] f0fb09: [mlir] Print types to the OpAsmPrinter instead of ...

River Riddle via All-commits all-commits at lists.llvm.org
Tue Feb 4 12:19:18 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f0fb09c33e390db16e47cc03a01d0e6f4578e0a7
      https://github.com/llvm/llvm-project/commit/f0fb09c33e390db16e47cc03a01d0e6f4578e0a7
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-02-04 (Tue, 04 Feb 2020)

  Changed paths:
    M mlir/include/mlir/IR/OpImplementation.h

  Log Message:
  -----------
  [mlir] Print types to the OpAsmPrinter instead of the raw_ostream.

This allows for reusing the internal state of the printer, which is more
efficient and also allows for using type aliases




More information about the All-commits mailing list