[all-commits] [llvm/llvm-project] c69139: [Polly] Mention correct flag in debug output. NFCI.
Michael Kruse via All-commits
all-commits at lists.llvm.org
Tue Aug 31 18:56:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c6913905d198bf1da34cd717742cec62ea9c3b72
https://github.com/llvm/llvm-project/commit/c6913905d198bf1da34cd717742cec62ea9c3b72
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
M polly/lib/Analysis/ScopDetection.cpp
Log Message:
-----------
[Polly] Mention correct flag in debug output. NFCI.
Commit: c62d9a5ca09e22c9d08a6e2076572afc6e12a43f
https://github.com/llvm/llvm-project/commit/c62d9a5ca09e22c9d08a6e2076572afc6e12a43f
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
M polly/include/polly/ScheduleTreeTransform.h
M polly/lib/Transform/ManualOptimizer.cpp
M polly/lib/Transform/ScheduleTreeTransform.cpp
Log Message:
-----------
[Polly] Use subtyped isl::schedule_nodes for ScheduleTreeVisitor. NFC.
Change pass-by-const-ref to pass-by-value as objects are recreated
due to custom up-/down-casting anwyway.
Compare: https://github.com/llvm/llvm-project/compare/74043caef2ee...c62d9a5ca09e
More information about the All-commits
mailing list