[llvm] [InstCombine] Optimize unneeded float to int cast when icmp (PR #155501)
Artem Trokhymchuk via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 6 18:18:10 PDT 2025
================
@@ -31,6 +33,7 @@
#include "llvm/Support/KnownBits.h"
#include "llvm/Transforms/InstCombine/InstCombiner.h"
#include <bitset>
+#include <utility>
----------------
trokhymchuk wrote:
removed the header, thanks
https://github.com/llvm/llvm-project/pull/155501
More information about the llvm-commits
mailing list