[all-commits] [llvm/llvm-project] 345514: [InstCombine] Add support for strlcpy folding
Martin Sebor via All-commits
all-commits at lists.llvm.org
Tue Aug 16 15:44:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 345514e991ae854c38efd848dfd2e3eee03897df
https://github.com/llvm/llvm-project/commit/345514e991ae854c38efd848dfd2e3eee03897df
Author: Martin Sebor <msebor at redhat.com>
Date: 2022-08-16 (Tue, 16 Aug 2022)
Changed paths:
M llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
M llvm/test/Transforms/InstCombine/fortify-folding.ll
A llvm/test/Transforms/InstCombine/strlcpy-1.ll
Log Message:
-----------
[InstCombine] Add support for strlcpy folding
Reviewed By: efriedma
Differential Revision: https://reviews.llvm.org/D130666
More information about the All-commits
mailing list