GPGPU: Add memory reference tag ids to tagged accesses
commit31192ca2033387af3d4edc076c0ec43cf4d3edb4
authorTobias Grosser <tobias@grosser.es>
Fri, 15 Jul 2016 12:44:27 +0000 (15 12:44 +0000)
committerTobias Grosser <tobias@grosser.es>
Fri, 15 Jul 2016 12:44:27 +0000 (15 12:44 +0000)
tree9089b5471c976a25563e6475f5272257c5d16b3e
parente8e2a7af3234c5d49339f1920011f9b8191cee5a
GPGPU: Add memory reference tag ids to tagged accesses

It seems we forgot to actually add the memory access ids to the tagged accesses,
but instead just tagged the accesses with empty isl_ids. This issue was found
by inspection and without code generation it is difficult to test just by
itself. We fix it for now without test case and expect our code generation
tests to cover this later on.

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@275557 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/PPCGCodeGeneration.cpp