[RISCV] Manage the InQueue flag in insertvli correctly.
authorCraig Topper <craig.topper@sifive.com>
Mon, 19 Sep 2022 21:28:22 +0000 (14:28 -0700)
committerCraig Topper <craig.topper@sifive.com>
Mon, 19 Sep 2022 21:28:22 +0000 (14:28 -0700)
commit0cec96ab250e59e666d225a3b47ddd6289a82339
treea7c00ef035d4e1390e4c23a7b1e56fa7d592f863
parent368b6832de33b366d4eb155f940e7476daace6a8
[RISCV] Manage the InQueue flag in insertvli correctly.

We were only setting this flag the first time we added the blocks
not when we mark them for revisiting.

Reviewed By: reames

Differential Revision: https://reviews.llvm.org/D134193
llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp