[llvm] [X86] Try Folding icmp of v8i32 -> fcmp of v8f32 on AVX (PR #82290)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 4 14:14:52 PST 2024


================
@@ -30,6 +30,7 @@
 #include "llvm/Analysis/ObjCARCUtil.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/82290


More information about the llvm-commits mailing list