[all-commits] [llvm/llvm-project] 0d9ca9: [mlir] Fix indexed_accessor_range to properly forw...
River Riddle via All-commits
all-commits at lists.llvm.org
Fri Jan 3 13:30:49 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0d9ca98c1a4676837e6e1f4ea9d9d1dea789b88c
https://github.com/llvm/llvm-project/commit/0d9ca98c1a4676837e6e1f4ea9d9d1dea789b88c
Author: River Riddle <riverriddle at google.com>
Date: 2020-01-03 (Fri, 03 Jan 2020)
Changed paths:
M mlir/include/mlir/IR/OperationSupport.h
M mlir/include/mlir/Support/STLExtras.h
M mlir/lib/IR/OperationSupport.cpp
M mlir/unittests/CMakeLists.txt
A mlir/unittests/Support/CMakeLists.txt
A mlir/unittests/Support/IndexedAccessorTest.cpp
Log Message:
-----------
[mlir] Fix indexed_accessor_range to properly forward the derived class.
Summary: This fixes the return value of helper methods on the base range class.
Reviewed By: jpienaar
Differential Revision: https://reviews.llvm.org/D72127
More information about the All-commits
mailing list