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)
commit80829904871f33c00b7871451895454d279a9665
tree6a927d1a767e5cd78a4f46051b5863254b239fe6
parentb44e43623df07c10fbc3a32a216e3f710d3cc4a8
R600: Error on initializer for LDS.

Also give a proper error for other address spaces.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221917 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
lib/Target/R600/AMDGPUISelLowering.cpp
test/CodeGen/R600/32-bit-local-address-space.ll
test/CodeGen/R600/ds_read2.ll
test/CodeGen/R600/ds_read2st64.ll
test/CodeGen/R600/ds_write2.ll
test/CodeGen/R600/ds_write2st64.ll
test/CodeGen/R600/global-zero-initializer.ll [new file with mode: 0644]
test/CodeGen/R600/lds-initializer.ll [new file with mode: 0644]
test/CodeGen/R600/lds-output-queue.ll
test/CodeGen/R600/lds-size.ll
test/CodeGen/R600/lds-zero-initializer.ll [new file with mode: 0644]
test/CodeGen/R600/load.ll
test/CodeGen/R600/local-memory-two-objects.ll
test/CodeGen/R600/local-memory.ll
test/CodeGen/R600/missing-store.ll
test/CodeGen/R600/shl_add_ptr.ll