[all-commits] [llvm/llvm-project] 9c4761: [InstCombine] stpcpy(d, s) -> strcpy(d, s) if the re...
Dávid Bolvanský via All-commits
all-commits at lists.llvm.org
Sun Sep 5 03:12:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c476172b93367d2cb88d7d3f4b1b5b456fa6020
https://github.com/llvm/llvm-project/commit/9c476172b93367d2cb88d7d3f4b1b5b456fa6020
Author: Dávid Bolvanský <david.bolvansky at gmail.com>
Date: 2021-09-05 (Sun, 05 Sep 2021)
Changed paths:
M llvm/lib/Transforms/Utils/BuildLibCalls.cpp
M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
M llvm/test/Transforms/InstCombine/stpcpy-1.ll
M llvm/test/Transforms/InstCombine/strcpy-nonzero-as.ll
Log Message:
-----------
[InstCombine] stpcpy(d,s) -> strcpy(d,s) if the result is not used
More information about the All-commits
mailing list