Skip to content

Commit b3c3297

Browse files
committed
[RISCV] Fix missing WriteRes for Q extensions in SiFiveP800 scheudling model
1 parent 54aa928 commit b3c3297

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/RISCV/RISCVSchedSiFiveP800.td

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,10 +1176,12 @@ foreach mx = SchedMxList in {
11761176

11771177
//===----------------------------------------------------------------------===//
11781178
// Unsupported extensions
1179+
defm : UnsupportedSchedQ;
11791180
defm : UnsupportedSchedZabha;
11801181
defm : UnsupportedSchedZbc;
11811182
defm : UnsupportedSchedZbkb;
11821183
defm : UnsupportedSchedZbkx;
11831184
defm : UnsupportedSchedSFB;
1185+
defm : UnsupportedSchedZfaWithQ;
11841186
defm : UnsupportedSchedXsfvcp;
11851187
}

0 commit comments

Comments
 (0)