[llvm] [SimplifyCFG][Attributes] Enabling sinking calls with differing number of attrsets (PR #110896)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 11:58:31 PDT 2024
================
@@ -18,6 +18,7 @@
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/STLExtras.h"
+#include "llvm/ADT/SmallSet.h"
----------------
nikic wrote:
No longer needed.
https://github.com/llvm/llvm-project/pull/110896
More information about the llvm-commits
mailing list