[PATCH] R600/SI: Remove M0 from DS assembly strings

Matt Arsenault Matthew.Arsenault at amd.com
Tue Feb 24 18:51:16 PST 2015


On 02/24/2015 06:09 PM, Tom Stellard wrote:
> This matches the assembly syntax for the proprietary compiler.
> ---
>   lib/Target/R600/SIInstrInfo.td                  | 12 +++----
>   test/CodeGen/R600/32-bit-local-address-space.ll |  2 +-
>   test/CodeGen/R600/atomic_cmp_swap_local.ll      | 10 +++---
>   test/CodeGen/R600/ds_write2.ll                  | 20 +++++------
>   test/CodeGen/R600/ds_write2st64.ll              |  8 ++---
>   test/CodeGen/R600/local-64.ll                   | 48 ++++++++++++-------------
>   test/CodeGen/R600/local-atomics.ll              | 22 ++++++------
>   test/CodeGen/R600/local-atomics64.ll            |  4 +--
>   test/CodeGen/R600/shl_add_ptr.ll                |  8 ++---
>   9 files changed, 67 insertions(+), 67 deletions(-)
>
>
LGTM. I've also been meaning to make M0 an implicit use instead of a 
single member register class



More information about the llvm-commits mailing list