[PATCH] D52320: AMDGPU: add __builtin_amdgcn_update_dpp

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 16 14:32:55 PDT 2018


yaxunl added a comment.

Brian checked the extra argument for dpp mov should be the first one. so mov_dpp(x,...) --> update_dpp(undef, x, ...). I will fix that when committing.


https://reviews.llvm.org/D52320





More information about the cfe-commits mailing list