[PATCH] D109490: Support value-typed references in iterator facade's operator->()

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 20 10:08:27 PDT 2021


rriddle accepted this revision.
rriddle added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: mlir/include/mlir/IR/BlockSupport.h:166
 public:
-  using reference = OpT;
 
----------------
Is this the only situation this happens? Can you fix any others as well.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109490/new/

https://reviews.llvm.org/D109490



More information about the llvm-commits mailing list