[PATCH] D75741: AMDGPU: Add check to recompute merge-able instructions

David Stuttard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 6 07:09:47 PST 2020


dstuttard added a comment.

I encountered this issue with a test shader I was looking at. I did manage to create a reproducer, but a different fix to the triviallyDisjoint function meant that it stopped happening.
However, I still think the situation may occur, hence putting this change up for review.

If the consensus is that it is valid, I can try to create a test case for it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75741





More information about the llvm-commits mailing list