SSA: Add change note.

This commit is contained in:
Anders Schack-Mulligen
2025-04-03 09:57:48 +02:00
parent 34554fd000
commit 6ac4cb71cb

View File

@@ -0,0 +1,4 @@
---
category: deprecated
---
* All references to the `DefinitionExt` and `PhiReadNode` classes in the SSA library have been deprecated. The concept of phi-read nodes is now strictly an internal implementation detail. Their sole use-case is to improve the structure of the use-use flow relation for data flow, and this use-case remains supported by the `DataFlowIntegration` module.