[llvm] [CostModel][AArch64] Make extractelement, with fmul user, free whenev… (PR #111479)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 8 06:34:47 PDT 2024


================
@@ -24,6 +24,7 @@
 #include "llvm/CodeGen/BasicTTIImpl.h"
 #include "llvm/IR/Function.h"
 #include "llvm/IR/Intrinsics.h"
+#include <climits>
----------------
alexey-bataev wrote:

Why need climits here?

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


More information about the llvm-commits mailing list