[llvm] [SimplifyCFG] Set branch weights when merging conditional store to address (PR #154841)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 11 10:27:05 PDT 2025


================
@@ -15,6 +15,7 @@
 #ifndef LLVM_IR_PROFDATAUTILS_H
 #define LLVM_IR_PROFDATAUTILS_H
 
+#include "llvm/ADT/STLExtras.h"
----------------
mtrofin wrote:

Removed, same for `Twine` below.

https://github.com/llvm/llvm-project/pull/154841


More information about the llvm-commits mailing list