[PATCH] D152869: [nfc] moved SectionFilterIterator for improved reusability

Dayann D'almeida via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 14 10:58:53 PDT 2023


JestrTulip added a comment.

In D152869#4419733 <https://reviews.llvm.org/D152869#4419733>, @MaskRay wrote:

> Can you state the motivation and link to the follow-up patch?

The main motivation behind this (and upcoming) changes is to move towards developing a tool that can intake object files and use them as part of a greater cost model evaluation tool (RFC is a WIP for this tool) . As for this current patch, this works on making the file intake and processing step easier overall. Since it's a refactoring and doesn't affect any current implementations, I saw it as not tied to the upcoming, broader changes that will be outlined in the RFC.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152869



More information about the llvm-commits mailing list