[PATCH] D79369: [InstCombine] "X - (X / C) * C == 0" to "X & C-1 == 0"

Egor Bogatov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 10 15:35:32 PDT 2020


EgorBo added a comment.

In D79369#2085994 <https://reviews.llvm.org/D79369#2085994>, @lebedev.ri wrote:

> LGTM, thanks you.
>  If you need help committing this, do specify the "name <e at ma.il>" to be used.


@lebedev.ri I'm not sure I understand what you mean, do I need to add a header on top of that diff? something like

From: EgorBo <egorbo at gmail.com>

---

?


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

https://reviews.llvm.org/D79369





More information about the llvm-commits mailing list