[PATCH] D152655: [MC] Merge MC[Sub,Super]RegIterator with mc_[sub,super]_reg_iterator

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 11 13:27:22 PDT 2023


barannikov88 created this revision.
Herald added a project: All.
barannikov88 updated this revision to Diff 530329.
barannikov88 added a comment.
barannikov88 updated this revision to Diff 530330.
barannikov88 published this revision for review.
barannikov88 added reviewers: qcolombet, foad.
Herald added subscribers: llvm-commits, StephenFan.
Herald added a project: LLVM.

Bugfix


barannikov88 added a comment.

Pull in post-increment operator++


Turn MC*RegIterator into fully qualified iterators by deriving them from
iterator_adaptor_base. This makes mc_*_reg iterators redundant.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152655

Files:
  llvm/include/llvm/MC/MCRegisterInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152655.530330.patch
Type: text/x-patch
Size: 11084 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230611/3f3fd327/attachment.bin>


More information about the llvm-commits mailing list