[PATCH] D72789: [IR] Mark memset.* intrinsics as IntrWriteMem.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 15 11:55:35 PST 2020


fhahn updated this revision to Diff 238327.
fhahn added a comment.

Fix test failures, caused by checking fn attribute ids and now memset creates a new attribute combo.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72789/new/

https://reviews.llvm.org/D72789

Files:
  llvm/include/llvm/IR/Intrinsics.td
  llvm/test/Analysis/BasicAA/cs-cs.ll
  llvm/test/Transforms/DeadStoreElimination/simple.ll
  llvm/test/Transforms/InstCombine/malloc-free-delete.ll
  llvm/test/Transforms/ObjCARC/nested.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72789.238327.patch
Type: text/x-patch
Size: 10362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200115/4b53f643/attachment.bin>


More information about the llvm-commits mailing list