[PATCH] D150878: Add StringRef::consumeInteger(APInt)

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 05:30:08 PDT 2023


thopre added a comment.

In D150878#4362820 <https://reviews.llvm.org/D150878#4362820>, @dblaikie wrote:

> Do you need someone to commit this for you? (if so, what name & email address would you like to be used to attribute the work?)

I have commit access, thanks! I just wanted to have CI be green first since there was problem with the previous version (expecting APInt tests to fail for values < 64 bits which did not make sense).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150878



More information about the llvm-commits mailing list