[PATCH] D83976: [Mem2Reg] Teach promote to register about droppable instructions

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 24 12:06:25 PDT 2020


jdoerfert updated this revision to Diff 280542.
jdoerfert marked an inline comment as done.
jdoerfert added a comment.

Introduce API to drop user uses


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83976

Files:
  llvm/include/llvm/Analysis/ValueTracking.h
  llvm/include/llvm/IR/Value.h
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/lib/IR/Value.cpp
  llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  llvm/test/Transforms/Mem2Reg/ignore-droppable.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83976.280542.patch
Type: text/x-patch
Size: 11278 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200724/10c2882a/attachment.bin>


More information about the llvm-commits mailing list