[PATCH] D95463: Avoid redundant or out-of-order debug value sinking in InstCombine

Stephen Tozer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 02:25:50 PST 2021


StephenTozer updated this revision to Diff 319507.
StephenTozer added a comment.

Filter out DbgUsers that will not be sunk prior to sorting.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95463

Files:
  llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/test/Transforms/InstCombine/debuginfo-sink.ll
  llvm/test/Transforms/InstCombine/debuginfo_add.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95463.319507.patch
Type: text/x-patch
Size: 5482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210127/dde6eabd/attachment.bin>


More information about the llvm-commits mailing list