[PATCH] D105098: [DSE][NFC] Introduce "doesn't overwrite" return code for isOverwrite

Evgeniy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 7 02:37:38 PDT 2021


ebrevnov added a comment.

In D105098#2984988 <https://reviews.llvm.org/D105098#2984988>, @fhahn wrote:

> Looks good in general, but I couldn't find a use in the linked patches. Could you update the description with more details about the motivation, when/how this will be used.

The thing is that I had to remove depending changes from the list since I didn't manage to come up with a regression test. Looks like it is not that critical and we can return to it once main functionality settles down. So let's skip this one for now as well if you don't mind :-)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105098



More information about the llvm-commits mailing list