[PATCH] D125232: [riscv] Use classic dataflow for VSETVLI insertion
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 16 14:15:11 PDT 2022
craig.topper added a comment.
Is enabling strict asserts going to be a separate patch?
================
Comment at: llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp:973
void RISCVInsertVSETVLI::computeIncomingVLVTYPE(const MachineBasicBlock &MBB) {
+
BlockData &BBInfo = BlockInfo[MBB.getNumber()];
----------------
Any reason for the new blank line here?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125232/new/
https://reviews.llvm.org/D125232
More information about the llvm-commits
mailing list