[all-commits] [llvm/llvm-project] deb00c: [Polly][NewPM] Port Simplify to the new pass manager
pzhengqc via All-commits
all-commits at lists.llvm.org
Sun Sep 20 19:18:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: deb00cf0b5abd45e160f1e0ff3e3dcce97b071e5
https://github.com/llvm/llvm-project/commit/deb00cf0b5abd45e160f1e0ff3e3dcce97b071e5
Author: Pengxuan Zheng <pzheng at quicinc.com>
Date: 2020-09-20 (Sun, 20 Sep 2020)
Changed paths:
M polly/include/polly/Simplify.h
M polly/lib/Support/PollyPasses.def
M polly/lib/Support/RegisterPasses.cpp
M polly/lib/Transform/Simplify.cpp
M polly/test/Simplify/dead_access_load.ll
M polly/test/Simplify/dead_access_phi.ll
M polly/test/Simplify/dead_access_value.ll
M polly/test/Simplify/dead_instruction.ll
M polly/test/Simplify/notdead_region_exitphi.ll
M polly/test/Simplify/notdead_region_innerphi.ll
M polly/test/Simplify/notredundant_region_middle.ll
M polly/test/Simplify/notredundant_synthesizable_unknownit.ll
M polly/test/Simplify/overwritten.ll
M polly/test/Simplify/overwritten_3store.ll
M polly/test/Simplify/overwritten_loadbetween.ll
M polly/test/Simplify/pass_existence.ll
M polly/test/Simplify/phi_in_regionstmt.ll
M polly/test/Simplify/redundant.ll
M polly/test/Simplify/redundant_differentindex.ll
M polly/test/Simplify/redundant_storebetween.ll
Log Message:
-----------
[Polly][NewPM] Port Simplify to the new pass manager
Reviewed By: Meinersbur
Differential Revision: https://reviews.llvm.org/D87328
More information about the All-commits
mailing list