[PATCH] D34726: AMDGPU/SI: Do not insert an instruction into worklist twice in movetovalu

Alfred Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 9 19:10:05 PDT 2017


alfred.j.huang added a comment.

Ok.  Opinion well taken, I will change back to use 2 containers. SmallPtrVector as before for insertion and to collaborate with a SmallPtrSet for checking of duplicates.   A new patch will be submitted later. Thanks!


https://reviews.llvm.org/D34726





More information about the llvm-commits mailing list