[all-commits] [llvm/llvm-project] 83cc49: [NFCI] Remove unnecessary trailing undef in Runtim...
Yuanfang Chen via All-commits
all-commits at lists.llvm.org
Sun Oct 4 15:58:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 83cc498c38d2e4baaf3a233ae73fc49e24ac8898
https://github.com/llvm/llvm-project/commit/83cc498c38d2e4baaf3a233ae73fc49e24ac8898
Author: Yuanfang Chen <yuanfang.chen at sony.com>
Date: 2020-10-04 (Sun, 04 Oct 2020)
Changed paths:
M llvm/include/llvm/IR/RuntimeLibcalls.def
Log Message:
-----------
[NFCI] Remove unnecessary trailing undef in RuntimeLibcalls.def
All uses of the file undef the macro already.
Commit: 2c94d88e076990a7b533578a392a150d4b9b0fa8
https://github.com/llvm/llvm-project/commit/2c94d88e076990a7b533578a392a150d4b9b0fa8
Author: Yuanfang Chen <yuanfang.chen at sony.com>
Date: 2020-10-04 (Sun, 04 Oct 2020)
Changed paths:
M clang/test/CodeGen/thinlto-distributed-newpm.ll
M llvm/include/llvm/IR/PassManager.h
M llvm/test/Other/new-pass-manager.ll
M llvm/test/Other/new-pm-defaults.ll
M llvm/test/Other/new-pm-lto-defaults.ll
M llvm/test/Other/new-pm-thinlto-defaults.ll
M llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
M llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
M llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
M llvm/test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll
M llvm/test/Other/pass-pipeline-parsing.ll
Log Message:
-----------
[NewPM] collapsing nested pass mangers of the same type
This is one of the reason for extra invalidations in D84959. In
practice, I don't think we have use cases needing this. This simplifies
the pipeline a bit and prune corner cases when considering
invalidations.
Reviewed By: asbirlea
Differential Revision: https://reviews.llvm.org/D85676
Compare: https://github.com/llvm/llvm-project/compare/ea83e0b17ecf...2c94d88e0769
More information about the All-commits
mailing list