[llvm] [SimplifyCFG] Add optimization for switches of powers of two (PR #70977)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 03:25:19 PST 2023


================
@@ -23,6 +23,7 @@
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/Statistic.h"
 #include "llvm/ADT/StringRef.h"
+#include "llvm/ADT/bit.h"
----------------
nikic wrote:

Is this include needed?

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


More information about the llvm-commits mailing list