[all-commits] [llvm/llvm-project] e2d4b0: [Polly][ScopInliner] Indicate if the IR has changed.
Michael Kruse via All-commits
all-commits at lists.llvm.org
Thu Jun 24 13:49:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e2d4b02404af13a600f27b67cad86682fd298efa
https://github.com/llvm/llvm-project/commit/e2d4b02404af13a600f27b67cad86682fd298efa
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M polly/lib/Transform/ScopInliner.cpp
Log Message:
-----------
[Polly][ScopInliner] Indicate if the IR has changed.
Return true to indicate that the IR has changed if the nested pass
manager has changed it.
Fixes the ScopInliner tests in the LLVM_ENABLE_EXPENSIVE_CHECKS=ON
configuration.
Thanks to Alexandre Ganea for reporting.
More information about the All-commits
mailing list