[all-commits] [llvm/llvm-project] f4db14: [SCCP] Move logic for removing ssa.copy into Solve...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jun 19 08:29:07 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4db14229cd975822c41376afda9d56a29f9396c
https://github.com/llvm/llvm-project/commit/f4db14229cd975822c41376afda9d56a29f9396c
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-06-19 (Thu, 19 Jun 2025)
Changed paths:
M llvm/include/llvm/Transforms/Utils/SCCPSolver.h
M llvm/lib/Transforms/IPO/SCCP.cpp
M llvm/lib/Transforms/Utils/SCCPSolver.cpp
Log Message:
-----------
[SCCP] Move logic for removing ssa.copy into Solver (NFC)
So it can be reused between IPSCCP and SCCP.
Make the implementation a bit more efficient by only lookup the
PredicateInfo once.
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