[PATCH] D37397: AMDGPU: Handle more than one memory operand in SIMemoryLegalizer

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 1 15:56:59 PDT 2017


arsenm added a comment.

Why does this need to handle multiple mem operands? The only instructions where that really makes sense are for ds_read2_b32/ds_write2_b32 which this doesn't need to do anything with


https://reviews.llvm.org/D37397





More information about the llvm-commits mailing list