[llvm] [RISCV][llvm-mca] Vector Unit Stride Loads and stores use EEW and EMU… (PR #69409)
Wang Pengcheng via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 17 23:50:10 PDT 2023
================
@@ -17,6 +17,8 @@
#include "TargetInfo/RISCVTargetInfo.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/Debug.h"
+#include <numeric>
----------------
wangpc-pp wrote:
These includes are unnecessary I think.
https://github.com/llvm/llvm-project/pull/69409
More information about the llvm-commits
mailing list