[all-commits] [llvm/llvm-project] dfac03: [Intrinsics] Add `nocallback` to the memset/cpy/mo...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Thu Jul 21 20:53:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dfac03027186edc1d26ad1d485e6c08d3d9a1fb7
https://github.com/llvm/llvm-project/commit/dfac03027186edc1d26ad1d485e6c08d3d9a1fb7
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2022-07-21 (Thu, 21 Jul 2022)
Changed paths:
M llvm/include/llvm/IR/Intrinsics.td
M llvm/test/Analysis/BasicAA/cs-cs.ll
M llvm/test/Analysis/TypeBasedAliasAnalysis/functionattrs.ll
M llvm/test/CodeGen/AMDGPU/addrspacecast-constantexpr.ll
M llvm/test/Transforms/Attributor/ArgumentPromotion/X86/attributes.ll
M llvm/test/Transforms/Attributor/ArgumentPromotion/X86/min-legal-vector-width.ll
M llvm/test/Transforms/Attributor/heap_to_stack.ll
M llvm/test/Transforms/Attributor/lowerheap.ll
M llvm/test/Transforms/Attributor/norecurse.ll
M llvm/test/Transforms/Attributor/nosync.ll
M llvm/test/Transforms/Attributor/value-simplify-pointer-info.ll
M llvm/test/Transforms/Attributor/value-simplify.ll
M llvm/test/Transforms/GlobalOpt/ctor-memset.ll
M llvm/test/Transforms/GlobalOpt/pr54572.ll
M llvm/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
M llvm/test/Transforms/ObjCARC/nested.ll
Log Message:
-----------
[Intrinsics] Add `nocallback` to the memset/cpy/move intrinsics
These were forgotten when D118680 was applied. Similar to D125937.
Differential Revision: https://reviews.llvm.org/D129516
More information about the All-commits
mailing list