[all-commits] [llvm/llvm-project] 8c87f3: [Polly][CodePreparation] Extract common code of LP...
Michael Kruse via All-commits
all-commits at lists.llvm.org
Fri Oct 31 11:24:10 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c87f3eb35d5f5c12321b516265c732a7e2c31d1
https://github.com/llvm/llvm-project/commit/8c87f3eb35d5f5c12321b516265c732a7e2c31d1
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-10-31 (Fri, 31 Oct 2025)
Changed paths:
M polly/lib/Transform/CodePreparation.cpp
Log Message:
-----------
[Polly][CodePreparation] Extract common code of LPM and NPM (#140419)
Use a common function for the non-boilerplate code shared between LPM
and NPM as done by most other passes already. ScalarEvolution is not
actually used.
Patch extracted out of #125442 requested by
https://github.com/llvm/llvm-project/pull/125442#discussion_r2034416019
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list