aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-rc/ResourceScriptParser.cpp
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2017-08-28 20:39:07 +0000
committerMichael Kruse <llvm@meinersbur.de>2017-08-28 20:39:07 +0000
commit4728184342a6240ed866c1ce8d9e421b67bc20cf (patch)
treea7451624d9a9cad09d1ca5921d4fca262a1d477d /llvm/tools/llvm-rc/ResourceScriptParser.cpp
parent0e52de05db389f7efd26c8e5ad27064df9cb0c64 (diff)
downloadllvm-4728184342a6240ed866c1ce8d9e421b67bc20cf.zip
llvm-4728184342a6240ed866c1ce8d9e421b67bc20cf.tar.gz
llvm-4728184342a6240ed866c1ce8d9e421b67bc20cf.tar.bz2
[ZoneAlgo] More fine-grained bail-out.
ZoneAlgo used to bail out for the complete SCoP if it encountered something violating its assumption. This meant the neither OpTree can forward any load nor DeLICM do anything in such cases, even if their transformations are unrelated to the violations. This patch adds a list of compatible elements (currently with the granularity of entire arrays) that can be used for analysis. OpTree and DeLICM can then check whether their transformations only concern compatible elements, and skip non-compatible ones. This will be useful for e.g. Polybench's benchmarks covariance, correlation, bicg, doitgen, durbin, gramschmidt, adi that have assumption violation, but which are not necessarily relevant for all transformations. Differential Revision: https://reviews.llvm.org/D37219 llvm-svn: 311929
Diffstat (limited to 'llvm/tools/llvm-rc/ResourceScriptParser.cpp')
0 files changed, 0 insertions, 0 deletions