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

via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 02:14:29 PDT 2023


================
@@ -50,6 +50,7 @@
 #include "llvm/IR/Instruction.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/IntrinsicInst.h"
+#include "llvm/IR/Intrinsics.h"
----------------
DianQK wrote:

Do you have to import that header file?

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


More information about the llvm-commits mailing list