[MLIR][NFC] Adopt use of BlockRange in place of ArrayRef<Block *>
authorRahul Joshi <jurahul@google.com>
Wed, 23 Sep 2020 04:06:25 +0000 (21:06 -0700)
committerRahul Joshi <jurahul@google.com>
Wed, 23 Sep 2020 16:21:54 +0000 (09:21 -0700)
commita6ae6950173a01c8a620a5664fcfb18816d152e7
tree3ccf7613721df7b2060dd5c03d6f83f58886ed94
parentf6aceb72d6b2d13d03713ba05bc47c0f9e550c26
[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
mlir/include/mlir/Dialect/PDLInterp/IR/PDLInterpOps.td
mlir/include/mlir/IR/OperationSupport.h
mlir/lib/Dialect/SPIRV/Serialization/Serializer.cpp
mlir/lib/IR/OperationSupport.cpp
mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp