summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclCXX.cpp
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-01-31 09:53:29 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-01-31 09:53:29 +0000
commit102846714a88538554c7ff69773140152e6135e9 (patch)
tree0634324f06f7739ae89f4c5156276d5341042903 /clang/lib/Sema/SemaDeclCXX.cpp
parent5234a8ed9f881a1fc0305a668a36562ec95f091f (diff)
downloadbcm5719-llvm-102846714a88538554c7ff69773140152e6135e9.tar.gz
bcm5719-llvm-102846714a88538554c7ff69773140152e6135e9.zip
[msan] Run more optimizations after MemorySanitizer pass.
MSan instrumentation is driven by the original code. We take every incoming instruction and emit another instruction (or ten) next to it, operating on the shadow values (but sometimes on the real values, too). Two programs in one, essentially. There can be any kinds of redundancies in the second one, so we just run whatever is normally run at -O2, and then exclude some passes that do not help much with benchmarks. llvm-svn: 174049
Diffstat (limited to 'clang/lib/Sema/SemaDeclCXX.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud