[PATCH] D108741: [IR][GlobalDCE] Extend !vcall_visibility to be able to specify an offset range that it applies to

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 1 09:52:42 PDT 2021


kubamracek added a comment.

> But I don't think we should pull this into this particular patch. I saw @kubamracek already put up D112929 <https://reviews.llvm.org/D112929> and I think the rest of the cleanups (removing the special handling for VFE) should be done as follow-up patches, to avoid making the patch at hand even bigger.

Right, I was planning to submit all the remainders as separate patches, and hopefully merge individual parts as long as they don't regress anything (like this one).


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

https://reviews.llvm.org/D108741



More information about the llvm-commits mailing list