[RISCV] Remove extra ReadSFBALU from SFBNDS_BFO. (#182900)

There are only 4 register operands so there should only be 4 Read.
This commit is contained in:
Craig Topper 2026-02-23 10:54:05 -08:00 committed by GitHub
parent ba294608be
commit b8a4bf2fdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -939,8 +939,7 @@ class SFBNDS_BFO
: Pseudo<(outs GPR:$dst),
(ins GPR:$lhs, GPR:$rhs, cond_code:$cc, GPR:$falsev, GPR:$rs1,
uimmlog2xlen:$msb, uimmlog2xlen:$lsb), []>,
Sched<[WriteSFB, ReadSFBJmp, ReadSFBJmp, ReadSFBALU, ReadSFBALU,
ReadSFBALU]> {
Sched<[WriteSFB, ReadSFBJmp, ReadSFBJmp, ReadSFBALU, ReadSFBALU]> {
let hasSideEffects = 0;
let mayLoad = 0;
let mayStore = 0;