[ScopInfo] Add option to not add parameter bounds to context [NFC]
authorTobias Grosser <tobias@grosser.es>
Fri, 17 Mar 2017 13:00:53 +0000 (13:00 +0000)
committerTobias Grosser <tobias@grosser.es>
Fri, 17 Mar 2017 13:00:53 +0000 (13:00 +0000)
commit5842dee25129a9ced90a59be3f58498260a464f1
treedc000c9e8b951e6dff79ba1f2c8f1faf40efffc6
parent490fccb1700502a98e1ef468d1fcc37d25fee470
[ScopInfo] Add option to not add parameter bounds to context [NFC]

For experiments it is sometimes helpful to provide parameter bound information
to polly and to not use these parameter bounds for simplification.
Add a new option "-polly-ignore-parameter-bounds" which does precisely this.

llvm-svn: 298077
polly/lib/Analysis/ScopInfo.cpp