[llvm] [AArch64][CostModel] Improve cost estimate of scalarizing a vector di… (PR #118055)
Sushant Gokhale via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 07:14:36 PST 2025
================
@@ -18,6 +18,7 @@
#include "llvm/CodeGen/BasicTTIImpl.h"
#include "llvm/CodeGen/CostTable.h"
#include "llvm/CodeGen/TargetLowering.h"
+#include "llvm/IR/Constants.h"
----------------
sushgokh wrote:
will remove this in next version. Got this accidently
https://github.com/llvm/llvm-project/pull/118055
More information about the llvm-commits
mailing list