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

Sushant Gokhale via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 9 10:27:42 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"
----------------
sushgokh wrote:

for some users, thats redundant. Will remove redundant usages. Thanks.

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


More information about the llvm-commits mailing list