[all-commits] [llvm/llvm-project] b23e72: [mlir][shape] Rename dim.dim to dim.index (NFC)
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Sat Aug 13 09:35:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b23e72a2e786cf18eaff2206439a56f90c756bdd
https://github.com/llvm/llvm-project/commit/b23e72a2e786cf18eaff2206439a56f90c756bdd
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2022-08-13 (Sat, 13 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
M mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
M mlir/lib/Dialect/Shape/IR/Shape.cpp
Log Message:
-----------
[mlir][shape] Rename dim.dim to dim.index (NFC)
dim member on dim was confusing, change to be consistent with
tensor::dim.
More information about the All-commits
mailing list