[llvm] [CostModel][AArch64] Make extractelement, with fmul user, free whenev… (PR #111479)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 9 09:53:59 PDT 2024
================
@@ -22,6 +22,8 @@
#define LLVM_ANALYSIS_TARGETTRANSFORMINFO_H
#include "llvm/ADT/APInt.h"
+#include "llvm/ADT/ArrayRef.h"
+#include "llvm/ADT/SmallVector.h"
----------------
alexey-bataev wrote:
Do you actually need these includes here or the user of the header file already have these includes?
https://github.com/llvm/llvm-project/pull/111479
More information about the llvm-commits
mailing list