[all-commits] [llvm/llvm-project] 5ea29f: [DA] Let getConstantPart return optional APInt (NF...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Sat Jun 28 03:43:32 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ea29f77b9f809a3a33de72033e21225ec292170
https://github.com/llvm/llvm-project/commit/5ea29f77b9f809a3a33de72033e21225ec292170
Author: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
Date: 2025-06-28 (Sat, 28 Jun 2025)
Changed paths:
M llvm/lib/Analysis/DependenceAnalysis.cpp
Log Message:
-----------
[DA] Let getConstantPart return optional APInt (NFC) (#146135)
To use the result of an SCEVConstant, we need to extract the APInt,
which callers anyway do.
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