summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-08-30 19:19:34 +0000
committerTobias Grosser <tobias@grosser.es>2015-08-30 19:19:34 +0000
commitc0091a77f92d787fc47888a49ad8f25f9659f8e2 (patch)
tree23dc7287eff6234398ce52601e82932109ba5d79 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentf961e755b1a9fce7defd63a86de7bbd488ee56e5 (diff)
Store scalar dependences from outside the scop into alloca locations
We already modeled read-only dependences to scalar values defined outside the scop as memory reads and also generated read accesses from the corresponding alloca instructions that have been used to pass these scalar values around during code generation. However, besides for PHI nodes that have already been handled, we failed to store the orignal read-only scalar values into these alloc. This commit extends the initialization of scalar values to all read-only scalar values used within the scop. llvm-svn: 246394
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions