[PATCH] D113453: [RISCV][NFC] Refactor some rvv instructions' definition with foreach.
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 11 06:45:55 PST 2021
frasercrmck added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoV.td:859
-def VLSE64_V : VStridedLoad<LSWidth64, "vlse64.v">,
- VLSSched<32>;
-
----------------
This part is changing from `VLSSched<32>` to `VLSSched<64>`. I assume that 32 is a bug?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113453/new/
https://reviews.llvm.org/D113453
More information about the llvm-commits
mailing list