[all-commits] [llvm/llvm-project] 514244: [MLIR][Shape] Refactor verification

Jacques Pienaar via All-commits all-commits at lists.llvm.org
Sat Jul 25 14:58:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5142448a5e2aeeffefb3aabdb48f19033025bc09
      https://github.com/llvm/llvm-project/commit/5142448a5e2aeeffefb3aabdb48f19033025bc09
  Author: Jacques Pienaar <jpienaar at google.com>
  Date:   2020-07-25 (Sat, 25 Jul 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
    M mlir/lib/Dialect/Shape/IR/Shape.cpp
    M mlir/test/Dialect/Shape/invalid.mlir

  Log Message:
  -----------
  [MLIR][Shape] Refactor verification

Based on https://reviews.llvm.org/D84439 but less restrictive, else we
don't allow shape_of to be able to produce a ranked output and doesn't
allow for iterative refinement here. We can consider making it more
restrictive later.




More information about the All-commits mailing list