[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
Sat Jul 20 01:03:28 PDT 2019
vitalybuka updated this revision to Diff 210950.
vitalybuka added a comment.
fix LTO on kernel
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61879/new/
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.210950.patch
Type: text/x-patch
Size: 78812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190720/56c3eea8/attachment-0001.bin>
More information about the cfe-commits
mailing list