[all-commits] [llvm/llvm-project] 07e7cb: [Polly] Remove -polly-opt-fusion option.
Michael Kruse via All-commits
all-commits at lists.llvm.org
Thu Sep 23 13:46:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07e7cb9433daa80e7a8b418cb334c663abe68202
https://github.com/llvm/llvm-project/commit/07e7cb9433daa80e7a8b418cb334c663abe68202
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
M polly/lib/Analysis/ScopInfo.cpp
M polly/lib/CodeGen/PPCGCodeGeneration.cpp
M polly/lib/Transform/ScheduleOptimizer.cpp
M polly/test/ScheduleOptimizer/computeout.ll
M polly/test/ScheduleOptimizer/tile_after_fusion.ll
Log Message:
-----------
[Polly] Remove -polly-opt-fusion option.
The name of the option is misleading and has been renamed by isl to
"serialize-sccs". Instead of also renaming the option, remove it.
The option is still accessible using
-polly-isl-arg=--no-schedule-serialize-sccs
More information about the All-commits
mailing list