[PATCH] D33064: AMDGPU: Start adding offset fields to flat instructions

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 14:20:16 PDT 2017


arsenm closed this revision.
arsenm added a comment.

This breaks the existing flat atomics tests with glc. It seems to now be required to have offset to parse both glc and slc, but I'm confused about how the default offsets work in the other instructions. The custom converter that the others seem to require is never reached for flat


https://reviews.llvm.org/D33064





More information about the llvm-commits mailing list