[all-commits] [llvm/llvm-project] 659677: [InstCombine] Adjust snprintf folding of constant ...
Martin Sebor via All-commits
all-commits at lists.llvm.org
Mon Aug 15 15:00:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65967708d22be2bc87a5789b54d200c94551351d
https://github.com/llvm/llvm-project/commit/65967708d22be2bc87a5789b54d200c94551351d
Author: Martin Sebor <msebor at redhat.com>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
A llvm/test/Transforms/InstCombine/snprintf-2.ll
A llvm/test/Transforms/InstCombine/snprintf-3.ll
A llvm/test/Transforms/InstCombine/snprintf-4.ll
M llvm/test/Transforms/InstCombine/snprintf.ll
Log Message:
-----------
[InstCombine] Adjust snprintf folding of constant strings (PR #56598)
Reviewed By: efriedma
Differential Revision: https://reviews.llvm.org/D130494
More information about the All-commits
mailing list