[all-commits] [llvm/llvm-project] 3c3c85: [ReachingDefAnalysis] Extend the analysis to stack...
Mikhail Gudim via All-commits
all-commits at lists.llvm.org
Wed Jan 29 07:55:38 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c3c850a45c8f1ea1e9d6aa514e2b6076d1a4534
https://github.com/llvm/llvm-project/commit/3c3c850a45c8f1ea1e9d6aa514e2b6076d1a4534
Author: Mikhail Gudim <mgudim at gmail.com>
Date: 2025-01-29 (Wed, 29 Jan 2025)
Changed paths:
M llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
A llvm/test/CodeGen/RISCV/rda-stack.mir
A llvm/test/CodeGen/SystemZ/rda-stack-copy.mir
Log Message:
-----------
[ReachingDefAnalysis] Extend the analysis to stack objects. (#118097)
We track definitions of stack objects, the implementation is identical
to tracking of registers.
Also, added printing of all found reaching definitions for testing
purposes.
---------
Co-authored-by: Michael Maitland <michaeltmaitland at gmail.com>
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