[all-commits] [llvm/llvm-project] a975be: [mlir][shape] Make conversion passes more consistent.

Sean Silva via All-commits all-commits at lists.llvm.org
Mon Sep 28 15:01:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a975be0e00a12fdf09ffc9127825321c79813f33
      https://github.com/llvm/llvm-project/commit/a975be0e00a12fdf09ffc9127825321c79813f33
  Author: Sean Silva <silvasean at google.com>
  Date:   2020-09-28 (Mon, 28 Sep 2020)

  Changed paths:
    M mlir/lib/Conversion/ShapeToStandard/ConvertShapeConstraints.cpp
    M mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
    M mlir/test/Conversion/ShapeToStandard/convert-shape-constraints.mlir
    M mlir/test/Conversion/ShapeToStandard/shape-to-standard.mlir

  Log Message:
  -----------
  [mlir][shape] Make conversion passes more consistent.

- use select-ops to make the lowering simpler
- change style of FileCheck variables names to be consistent
- change some variable names in the code to be more explicit

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




More information about the All-commits mailing list