[all-commits] [llvm/llvm-project] a6ae69: [MLIR][NFC] Adopt use of BlockRange in place of Ar...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Wed Sep 23 09:22:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a6ae6950173a01c8a620a5664fcfb18816d152e7
https://github.com/llvm/llvm-project/commit/a6ae6950173a01c8a620a5664fcfb18816d152e7
Author: Rahul Joshi <jurahul at google.com>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M mlir/include/mlir/Dialect/PDLInterp/IR/PDLInterpOps.td
M mlir/include/mlir/IR/OperationSupport.h
M mlir/lib/Dialect/SPIRV/Serialization/Serializer.cpp
M mlir/lib/IR/OperationSupport.cpp
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
Log Message:
-----------
[MLIR][NFC] Adopt use of BlockRange in place of ArrayRef<Block *>
- Use BlockRange in ODS generated builders as well as other places throughout the code
Differential Revision: https://reviews.llvm.org/D87955
More information about the All-commits
mailing list