- Use BlockRange in ODS generated builders as well as other places throughout the code
Depends On D87944
Paths
| Differential D87955
[MLIR][NFC] Adopt use of BlockRange in place of ArrayRef<Block *> ClosedPublic Authored by jurahul on Sep 18 2020, 4:40 PM.
Details Summary
Depends On D87944
Diff Detail
Event TimelineHerald added subscribers: tatianashp, ThomasRaoux, AlexeySotkin and 14 others. · View Herald Transcript Herald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptSep 18 2020, 4:40 PM This revision is now accepted and ready to land.Sep 18 2020, 5:32 PM Closed by commit rGa6ae6950173a: [MLIR][NFC] Adopt use of BlockRange in place of ArrayRef<Block *> (authored by jurahul). · Explain WhySep 23 2020, 9:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 292925 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
|