[PATCH] D51752: NFC: move isRepeatedBytePattern from clang to Constant

JF Bastien via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 6 14:21:19 PDT 2018


jfb added a comment.

In https://reviews.llvm.org/D51752#1226462, @MatzeB wrote:

> - I'm not a good person to review clang changes.
> - I assume the review lacks the changes on the llvm side?
> - On the LLVM side this feels like something for `Analysis/ValueTracking.h` in fact I already see `Value *isBytewiseValue(Value *V);` there, maybe that is good enough for your purpose?


Indeed, I just noticed the same. I'll try to figure out why it isn't firing where I want it to.


Repository:
  rC Clang

https://reviews.llvm.org/D51752





More information about the cfe-commits mailing list