[PATCH] D151561: [RISCV][InsertVSETVLI] Avoid vmv.s.x SEW toggle if at start of block
Luke Lau via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 26 06:26:33 PDT 2023
luke added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp:216
+/// of instructions) which use only the Used subfields and properties.
+static bool areCompatibleVTYPEs(uint64_t CurVType, uint64_t NewVType,
const DemandedFields &Used) {
----------------
Apologies for the diff here, I've renamed VType1 and VType2 now to be more explicit that this relation is no longer commutative
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151561/new/
https://reviews.llvm.org/D151561
More information about the llvm-commits
mailing list