[PATCH] D129224: [InstCombine] Fold strtoul and strtoull and avoid PR #56293

Alexander Kornienko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 04:14:19 PDT 2022


alexfh added a comment.

There's a problem after this commit: the endptr pointer is not set correctly in some cases. https://gcc.godbolt.org/z/dvcPWcz1T


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129224



More information about the llvm-commits mailing list