[PATCH] D109219: [Intrinsics] Move dest arg functions of MemIntrinsicBase deeper in mem intrinsics hierarchy
Dmitry Makogon via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 3 03:05:07 PDT 2021
dmakogon updated this revision to Diff 370524.
dmakogon added a comment.
Forgot to remove dest from MemTransferBase
Added/edited some comments
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109219/new/
https://reviews.llvm.org/D109219
Files:
llvm/include/llvm/Analysis/MemoryLocation.h
llvm/include/llvm/IR/IntrinsicInst.h
llvm/include/llvm/Transforms/Utils/VNCoercion.h
llvm/lib/Analysis/LazyValueInfo.cpp
llvm/lib/Analysis/MemoryLocation.cpp
llvm/lib/Analysis/StackSafetyAnalysis.cpp
llvm/lib/CodeGen/CodeGenPrepare.cpp
llvm/lib/CodeGen/SafeStack.cpp
llvm/lib/IR/AutoUpgrade.cpp
llvm/lib/IR/Verifier.cpp
llvm/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp
llvm/lib/Transforms/IPO/GlobalOpt.cpp
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
llvm/lib/Transforms/Scalar/GVN.cpp
llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
llvm/lib/Transforms/Scalar/NewGVN.cpp
llvm/lib/Transforms/Utils/VNCoercion.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109219.370524.patch
Type: text/x-patch
Size: 37553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210903/91b0d192/attachment.bin>
More information about the llvm-commits
mailing list