Skip to content

Commit 811234e

Browse files
authored
[RISCV] Add Zbs Write classes to SiFive7AnyToGPRBypass. (#72560)
1 parent b9b627f commit 811234e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/RISCV/RISCVSchedSiFive7.td

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ class SiFive7AnyToGPRBypass<SchedRead read, int cycles = 2>
182182
WriteSHXADD, WriteSHXADD32,
183183
WriteRotateImm, WriteRotateImm32,
184184
WriteRotateReg, WriteRotateReg32,
185+
WriteSingleBit, WriteSingleBitImm,
186+
WriteBEXT, WriteBEXTI,
185187
WriteCLZ, WriteCLZ32, WriteCTZ, WriteCTZ32,
186188
WriteCPOP, WriteCPOP32,
187189
WriteREV8, WriteORCB, WriteSFB,

0 commit comments

Comments
 (0)