Skip to content
Commit 89339067 authored by Tobias Grosser's avatar Tobias Grosser
Browse files

CodeGen: Allow function parameters to be rewritten in getNewValue()



When deriving new values for the statements of a SCoP, we assumed that parameter
values are constant within the SCoP and consquently do not need to be rewritten.
For OpenMP code generation this assumption is wrong, as such values are not
available in the OpenMP subfunction and consequently also may need to be
rewritten.

Committed with some changes.

Contributed-By: default avatarJohannes Doerfert <s9jodoer@stud.uni-saarland.de>
llvm-svn: 153838
parent 12af4285
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment