[PATCH] D92557: [MachineLICM] delete dead flag if the duplicated def outside of loop is dead.

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 18 16:23:00 PST 2020


shchenz updated this revision to Diff 312901.
shchenz added a comment.

address @arsenm comments:
1: handle the case when hoisted and dup registers are both dead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92557

Files:
  llvm/lib/CodeGen/MachineLICM.cpp
  llvm/test/CodeGen/PowerPC/machinelicm-cse-dead-flag.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92557.312901.patch
Type: text/x-patch
Size: 7026 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201219/5db48b2a/attachment.bin>


More information about the llvm-commits mailing list