[PATCH] D42854: [AMDGPU] Suppress redundant waitcnt instrs

Tony Tye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 2 10:28:47 PST 2018


t-tye added a comment.

A concern is that you do not want to remove an original waitcnt when inserting a new one, as the pass may iterate and subsequently decide not to add a waitcnt there, but will have eliminated a waitcnt needed to implement the memory model. Is that an issue?


https://reviews.llvm.org/D42854





More information about the llvm-commits mailing list