[all-commits] [llvm/llvm-project] 5f704f: [RemoveDI][Polly] Migrate to adapt to the new Debu...
Karthika Devi C via All-commits
all-commits at lists.llvm.org
Mon Apr 28 01:21:32 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5f704f929d0d0d2f3438c951492212d6816b439c
https://github.com/llvm/llvm-project/commit/5f704f929d0d0d2f3438c951492212d6816b439c
Author: Karthika Devi C <quic_kartc at quicinc.com>
Date: 2025-04-28 (Mon, 28 Apr 2025)
Changed paths:
M polly/include/polly/Support/ScopHelper.h
M polly/lib/CodeGen/BlockGenerators.cpp
M polly/lib/CodeGen/IslExprBuilder.cpp
M polly/lib/CodeGen/IslNodeBuilder.cpp
M polly/lib/CodeGen/LoopGenerators.cpp
M polly/lib/Support/ScopHelper.cpp
Log Message:
-----------
[RemoveDI][Polly] Migrate to adapt to the new DebugRecord format in more areas (#135935)
Some of the changes in the patch include:
1. Using iterators instead of instruction pointers when applicable.
2. Modifying Polly functions to accept iterators instead of inst
pointers.
3. Updating API usages such as use begin instead of front.
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