[all-commits] [llvm/llvm-project] 867bdf: [InstCombine] remove incompatible attribute when s...
ZequanWu via All-commits
all-commits at lists.llvm.org
Fri Jan 22 17:32:16 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 867bdfeff1786f9f910c7cd4689fe56d9dcdf162
https://github.com/llvm/llvm-project/commit/867bdfeff1786f9f910c7cd4689fe56d9dcdf162
Author: Zequan Wu <zequanwu at google.com>
Date: 2021-01-22 (Fri, 22 Jan 2021)
Changed paths:
M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
M llvm/test/Transforms/InstCombine/memcpy-1.ll
M llvm/test/Transforms/InstCombine/memcpy_chk-1.ll
M llvm/test/Transforms/InstCombine/memmove-1.ll
M llvm/test/Transforms/InstCombine/memmove_chk-1.ll
M llvm/test/Transforms/InstCombine/memset-1.ll
M llvm/test/Transforms/InstCombine/memset_chk-1.ll
M llvm/test/Transforms/InstCombine/stpcpy-1.ll
M llvm/test/Transforms/InstCombine/strcpy-1.ll
M llvm/test/Transforms/InstCombine/strncpy-1.ll
Log Message:
-----------
[InstCombine] remove incompatible attribute when simplifying some lib calls
Like D95088, remove incompatible attribute in more lib calls.
Differential Revision: https://reviews.llvm.org/D95278
More information about the All-commits
mailing list