[PATCH] D61879: WIP: Prototype of DSE optimizations for -ftrivial-auto-var-init
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 13 19:30:25 PDT 2019
vitalybuka created this revision.
Herald added subscribers: llvm-commits, cfe-commits, jfb, dexonsmith, steven_wu, modocache, hiraditya, eraman, mgorny, mehdi_amini.
Herald added projects: clang, LLVM.
vitalybuka planned changes to this revision.
I don't want to invest into improving this patch. I will extract useful parts
and send them for review using this one as a benchmark reference.
Coroutines tests do not like pass structure so I disable the to figure out
later.
If you try this patch and find cases which module level DSE should handle,
and this one does not, especially -ftrivial-auto-var-init=patter related, please
share them with me.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D61879
Files:
clang/test/CodeGenCXX/union-tbaa2.cpp
llvm/include/llvm/InitializePasses.h
llvm/include/llvm/LinkAllPasses.h
llvm/include/llvm/Transforms/Scalar.h
llvm/include/llvm/Transforms/Scalar/DeadStoreEliminationExp.h
llvm/lib/Analysis/Analysis.cpp
llvm/lib/IR/AsmWriter.cpp
llvm/lib/Passes/PassBuilder.cpp
llvm/lib/Passes/PassRegistry.def
llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
llvm/lib/Transforms/Scalar/CMakeLists.txt
llvm/lib/Transforms/Scalar/DeadStoreEliminationExp.cpp
llvm/lib/Transforms/Scalar/DeadStoreEliminationExpGlobal.cpp
llvm/lib/Transforms/Scalar/DeadStoreEliminationExpGlobal.h
llvm/lib/Transforms/Scalar/DeadStoreEliminationExpGlobalArgInfoGen.h
llvm/lib/Transforms/Scalar/DeadStoreEliminationExpGlobalGUIDListGen.h
llvm/lib/Transforms/Scalar/Scalar.cpp
llvm/test/ObjectYAML/MachO/DWARF-debug_line.yaml
llvm/test/Other/new-pm-defaults.ll
llvm/test/Other/new-pm-thinlto-defaults.ll
llvm/test/Other/opt-O2-pipeline.ll
llvm/test/Other/opt-O3-pipeline.ll
llvm/test/Other/opt-Os-pipeline.ll
llvm/test/Other/pass-pipelines.ll
llvm/test/Transforms/Coroutines/ArgAddr.ll
llvm/test/Transforms/Coroutines/coro-split-01.ll
llvm/test/Transforms/Coroutines/ex0.ll
llvm/test/Transforms/Coroutines/ex1.ll
llvm/test/Transforms/Coroutines/ex2.ll
llvm/test/Transforms/Coroutines/ex3.ll
llvm/test/Transforms/Coroutines/ex4.ll
llvm/test/Transforms/Coroutines/ex5.ll
llvm/test/Transforms/Coroutines/phi-coro-end.ll
llvm/test/Transforms/Coroutines/restart-trigger.ll
llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/BUILD.gn
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61879.199356.patch
Type: text/x-patch
Size: 78820 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190514/13c6eb14/attachment-0001.bin>
More information about the cfe-commits
mailing list