[all-commits] [llvm/llvm-project] c9da04: [mlir] Only number the parent operation in Block::...

River Riddle via All-commits all-commits at lists.llvm.org
Sun Apr 5 16:20:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c9da04d6604dda656bb2000e634e2e7764f486bf
      https://github.com/llvm/llvm-project/commit/c9da04d6604dda656bb2000e634e2e7764f486bf
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-04-05 (Sun, 05 Apr 2020)

  Changed paths:
    M mlir/lib/IR/AsmPrinter.cpp

  Log Message:
  -----------
  [mlir] Only number the parent operation in Block::printAsOperand

Summary: Blocks are numbered locally within a region, so numbering above the parent region is unnecessary.

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




More information about the All-commits mailing list