From 9c05c4d6224efcb138251c3a52f18fc39184c8e7 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 1 Feb 2026 11:39:07 -0500 Subject: [PATCH] Commentary: Changes update --- Changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changes b/Changes index ac0e128ce..26cdaf5d8 100644 --- a/Changes +++ b/Changes @@ -27,6 +27,12 @@ Verilator 5.045 devel * Support `extern module` as a forward-declaration that is ignored. * Remove deprecated `--xml-only`. * Remove deprecated `--make cmake`. +* Change metacomment extra underscore error to BADVLTPRAGMA warning (#6968). [Geza Lore] +* Optimize string temporaries to not be localized (#6969). [Geza Lore] +* Optimize wide word shifts by multiple of word size (#6970). [Geza Lore] +* Optimize concatenations that produce unused bits in DFG (#6971). [Geza Lore] +* Optimize more wide operation temporaries with substitution (#6972). [Geza Lore] +* Optimize right shifts as clean (#6981). [Geza Lore] * Fix parameterized virtual interface references that have no model references (#4286). * Fix variable reference lookup for module-level variables (#6741) (#6882). [Yilou Wang] * Fix MULTIDRIVEN with task and default driver (#4045) (#6858). [em2machine]