[all-commits] [llvm/llvm-project] 0cec96: [RISCV] Manage the InQueue flag in insertvli corre...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Sep 19 14:28:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0cec96ab250e59e666d225a3b47ddd6289a82339
https://github.com/llvm/llvm-project/commit/0cec96ab250e59e666d225a3b47ddd6289a82339
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-09-19 (Mon, 19 Sep 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list