[llvm] [RISCV][MISched] Set EnableIntervals to true for SiFive7 (PR #75681)
Wang Pengcheng via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 18 20:04:06 PST 2023
================
@@ -0,0 +1,56 @@
+# RUN: llc -mtriple=riscv64 -mcpu=sifive-x280 -run-pass=machine-scheduler \
+# RUN: -debug-only=machine-scheduler -misched-dump-schedule-trace \
+# RUN: -misched-topdown -o - %s 2>&1 | FileCheck %s
+
+# The purpose of this test is to show that the VADD instructions are issued at
----------------
wangpc-pp wrote:
`are issued at` where? Or this is a special English phrase?
https://github.com/llvm/llvm-project/pull/75681
More information about the llvm-commits
mailing list