[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 04:06:04 PDT 2021


dmakogon updated this revision to Diff 370537.
dmakogon added a comment.

clang-format


Repository:
  rG LLVM Github Monorepo

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.370537.patch
Type: text/x-patch
Size: 39076 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210903/ffacd4f5/attachment.bin>


More information about the llvm-commits mailing list