From 7c4d3800b63aa445889ae75e72f54cd87de791f1 Mon Sep 17 00:00:00 2001 From: Robert Marsh Date: Mon, 1 Aug 2022 13:32:12 -0400 Subject: [PATCH] C++: change note for function call GVNs --- cpp/ql/lib/change-notes/2022-08-01-gvn-functions.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/lib/change-notes/2022-08-01-gvn-functions.md diff --git a/cpp/ql/lib/change-notes/2022-08-01-gvn-functions.md b/cpp/ql/lib/change-notes/2022-08-01-gvn-functions.md new file mode 100644 index 00000000000..22e5a49d429 --- /dev/null +++ b/cpp/ql/lib/change-notes/2022-08-01-gvn-functions.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Multiple function calls made in the same function may now receive the same global value number when the analysis can show they produce the same results. \ No newline at end of file