[PATCH] D125035: [riscv] Add strict asserts for VSETVLI insertion algorithm to help catch bugs
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 5 13:28:56 PDT 2022
reames planned changes to this revision.
reames added a comment.
When I split this out of another patch set, I apparently missed updating the assert. This assert only holds if we encountered an instruction which needs a state, otherwise we have an uninitialized current state. Updated diff forthcoming.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125035/new/
https://reviews.llvm.org/D125035
More information about the llvm-commits
mailing list