[all-commits] [llvm/llvm-project] a7cac2: [MLIR] Fix broken link locations after move to mon...

Daniel Galvez via All-commits all-commits at lists.llvm.org
Mon Jan 13 23:16:09 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a7cac2bd4b6812ea6b59b5fa0298eadf3815a3b0
      https://github.com/llvm/llvm-project/commit/a7cac2bd4b6812ea6b59b5fa0298eadf3815a3b0
  Author: Daniel Galvez <dt.galvez at gmail.com>
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
    M mlir/docs/Dialects/Vector.md
    M mlir/docs/Tutorials/Toy/Ch-7.md
    M mlir/examples/toy/Ch2/include/toy/Dialect.h
    M mlir/examples/toy/Ch3/include/toy/Dialect.h
    M mlir/examples/toy/Ch4/include/toy/Dialect.h
    M mlir/examples/toy/Ch5/include/toy/Dialect.h
    M mlir/examples/toy/Ch6/include/toy/Dialect.h
    M mlir/examples/toy/Ch7/include/toy/Dialect.h
    M mlir/examples/toy/README.md

  Log Message:
  -----------
  [MLIR] Fix broken link locations after move to monorepo

I used the codemod python tool to do this with the following commands:

codemod 'tensorflow/mlir/blob/master/include' 'llvm/llvm-project/blob/master/mlir/include'
codemod 'tensorflow/mlir/blob/master' 'llvm/llvm-project/blob/master/mlir'
codemod 'tensorflow/mlir' 'llvm-project/llvm'

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




More information about the All-commits mailing list