[PATCH] D96732: AMDGPU: Use kill instruction to hint soft clause live ranges

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 10:30:33 PST 2021


rampitec added a comment.

In D96732#2566981 <https://reviews.llvm.org/D96732#2566981>, @arsenm wrote:

> Rename variable

Matt, it is not that variable. Post-RA it is still bundles, but in SIFormMemoryClauses not anymore.

You also can have duplicate kills, I think you need to use SetVector, not SmallVector.


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

https://reviews.llvm.org/D96732



More information about the llvm-commits mailing list