[all-commits] [llvm/llvm-project] d425f5: [mlir] Make ValueShapeRange a new class
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Mon Jul 26 17:08:52 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d425f58939ad9ef88ee2d1578a87c25d4e121128
https://github.com/llvm/llvm-project/commit/d425f58939ad9ef88ee2d1578a87c25d4e121128
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
M mlir/include/mlir/Interfaces/InferTypeOpInterface.h
M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
M mlir/test/lib/Dialect/Test/TestDialect.cpp
Log Message:
-----------
[mlir] Make ValueShapeRange a new class
Retaining old interface and should be constructable as previous, change would have been NFC except it this doesn't implicitly work with OpAdaptor generated in C++14.
Differential Revision: https://reviews.llvm.org/D106772
More information about the All-commits
mailing list