[all-commits] [llvm/llvm-project] 444760: [InstCombine] Fold strtoul and strtoull and avoid ...
Martin Sebor via All-commits
all-commits at lists.llvm.org
Tue Jul 26 13:12:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4447603616bb43af58af89a8a6f880853f546a39
https://github.com/llvm/llvm-project/commit/4447603616bb43af58af89a8a6f880853f546a39
Author: Martin Sebor <msebor at redhat.com>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
M llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
M llvm/test/Transforms/InstCombine/str-int-2.ll
A llvm/test/Transforms/InstCombine/str-int-4.ll
A llvm/test/Transforms/InstCombine/str-int-5.ll
M llvm/test/Transforms/InstCombine/str-int.ll
M llvm/test/Transforms/InstCombine/strcall-no-nul.ll
Log Message:
-----------
[InstCombine] Fold strtoul and strtoull and avoid PR #56293
Reviewed By: efriedma
Differential Revision: https://reviews.llvm.org/D129224
More information about the All-commits
mailing list