[PATCH] D75472: [AMDGPU] SI_INDIRECT_DST_V* pseudos expansion should place EXEC restore to separate basic block

Valery Pykhtin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 06:11:36 PST 2020


vpykhtin accepted this revision.
vpykhtin added a comment.
This revision is now accepted and ready to land.

I cannot follow all the consequences of adding the landing pad, but this looks a robust solution since it's hard to find appropriate insertion point for s_or_saveexec instruction in the beginning of SI_ELSE constaining block.


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

https://reviews.llvm.org/D75472





More information about the llvm-commits mailing list