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

Joel E. Denny via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 11 08:19:28 PDT 2025


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

What is this include for?

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


More information about the llvm-commits mailing list