[PATCH] D141089: [InstCombine] Fix potentially buggy code in `((%x & C) == 0) --> %x u< (-C)` transform

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 7 10:59:24 PST 2023


goldstein.w.n added a comment.

In D141089#4033604 <https://reviews.llvm.org/D141089#4033604>, @nikic wrote:

> If you don't have commit access, can you please share the "Name <email>" to use for the commit?

I don't, email: `goldstein.w.n at gmail.com`. Thank you :)

> See also https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access for requesting commit access.

Will do, although if its all the same, wouldn't mind getting a bit more familiar
before getting write access, don't want to mess up big time :/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141089



More information about the llvm-commits mailing list