[PATCH] D129103: [InstCombine] [NFC] use C.isNegatedPowerOf2() instead of (~C + 1).isPowerOf2()

Chenbing.Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 01:33:09 PDT 2022


Chenbing.Zheng added a comment.

In D129103#3629390 <https://reviews.llvm.org/D129103#3629390>, @RKSimon wrote:

> LGTM - although its probably best that the test is committed separately as its not dependent on the NFC code change.

OK,I will separate it when I commit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129103



More information about the llvm-commits mailing list