[llvm] [WebAssembly] [Backend] Wasm optimize illegal bitmask (PR #145627)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 30 02:18:34 PDT 2025


================
@@ -18,12 +18,14 @@
 #include "WebAssemblySubtarget.h"
 #include "WebAssemblyTargetMachine.h"
 #include "WebAssemblyUtilities.h"
+#include "llvm/ADT/SmallVector.h"
----------------
lukel97 wrote:

I think you can probably remove this include, it should be available from one of the other includes

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


More information about the llvm-commits mailing list