[PATCH] D130622: [AMDGPU][SIFoldOperands] Clear kills when folding COPY

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 08:26:25 PDT 2022


foad added a comment.

> I wonder why we never normally see this in practice?

I think we only go into this code if there is a COPY of the result of another COPY. Perhaps these are normally copy-propagated by some other pass before we get here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130622



More information about the llvm-commits mailing list