R600: Error on initializer for LDS.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 13 Nov 2014 19:56:13 +0000 (19:56 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 13 Nov 2014 19:56:13 +0000 (19:56 +0000)
commitcc8d3b877400742377b09b6346b3e2fe6b27b4b4
treee47dc8cc740a07c54b4bb73b06d5fe67667827d6
parent1cffa4c191856746ad20850949558c8f96b029ee
R600: Error on initializer for LDS.

Also give a proper error for other address spaces.

llvm-svn: 221917
16 files changed:
llvm/lib/Target/R600/AMDGPUISelLowering.cpp
llvm/test/CodeGen/R600/32-bit-local-address-space.ll
llvm/test/CodeGen/R600/ds_read2.ll
llvm/test/CodeGen/R600/ds_read2st64.ll
llvm/test/CodeGen/R600/ds_write2.ll
llvm/test/CodeGen/R600/ds_write2st64.ll
llvm/test/CodeGen/R600/global-zero-initializer.ll [new file with mode: 0644]
llvm/test/CodeGen/R600/lds-initializer.ll [new file with mode: 0644]
llvm/test/CodeGen/R600/lds-output-queue.ll
llvm/test/CodeGen/R600/lds-size.ll
llvm/test/CodeGen/R600/lds-zero-initializer.ll [new file with mode: 0644]
llvm/test/CodeGen/R600/load.ll
llvm/test/CodeGen/R600/local-memory-two-objects.ll
llvm/test/CodeGen/R600/local-memory.ll
llvm/test/CodeGen/R600/missing-store.ll
llvm/test/CodeGen/R600/shl_add_ptr.ll