[PATCH] D124182: [AMDGPU] Combine DPP mov even if old reg def is in different BB

Valery Pykhtin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 03:25:33 PDT 2022


vpykhtin accepted this revision.
vpykhtin added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: jsilvanus.

Yep, in SSA use of A means it dominates B so it seems correct to expect only narrowing of the exec mask. Let's try and see what happens.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124182



More information about the llvm-commits mailing list