[llvm] [X86] Distribute Certain Bitwise Operations over SELECT (PR #136555)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu May 29 07:53:17 PDT 2025
================
@@ -28,6 +28,7 @@
#include "llvm/Analysis/BlockFrequencyInfo.h"
#include "llvm/Analysis/ProfileSummaryInfo.h"
#include "llvm/Analysis/VectorUtils.h"
+#include "llvm/CodeGen/ISDOpcodes.h"
----------------
RKSimon wrote:
this shouldn't be necessary
https://github.com/llvm/llvm-project/pull/136555
More information about the llvm-commits
mailing list