[PATCH] D95278: [InstCombine] remove incompatible attribute when simplifying some lib calls

Zequan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 17:14:34 PST 2021


zequanwu created this revision.
zequanwu added reviewers: jdoerfert, spatel, xbolva00, fhahn.
Herald added a subscriber: hiraditya.
zequanwu requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Like D95088 <https://reviews.llvm.org/D95088>, remove incompatible attribute in more lib calls.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95278

Files:
  llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/test/Transforms/InstCombine/memcpy-1.ll
  llvm/test/Transforms/InstCombine/memcpy_chk-1.ll
  llvm/test/Transforms/InstCombine/memmove-1.ll
  llvm/test/Transforms/InstCombine/memmove_chk-1.ll
  llvm/test/Transforms/InstCombine/memset-1.ll
  llvm/test/Transforms/InstCombine/memset_chk-1.ll
  llvm/test/Transforms/InstCombine/stpcpy-1.ll
  llvm/test/Transforms/InstCombine/strcpy-1.ll
  llvm/test/Transforms/InstCombine/strncpy-1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95278.318698.patch
Type: text/x-patch
Size: 11579 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210123/4139641c/attachment.bin>


More information about the llvm-commits mailing list