[all-commits] [llvm/llvm-project] 6405e8: [RISCV] Refactor some rvv instructions' definition...
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Mon Nov 15 23:21:24 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6405e8b58488b07d127554183f7f26b8aecd76b6
https://github.com/llvm/llvm-project/commit/6405e8b58488b07d127554183f7f26b8aecd76b6
Author: jacquesguan <jacquesguan at me.com>
Date: 2021-11-16 (Tue, 16 Nov 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoV.td
Log Message:
-----------
[RISCV] Refactor some rvv instructions' definition with foreach.
Simplify rvv instructions that use eew in their mnemonic and encoding with foreach. And fix a scheduling bug.
Differential Revision: https://reviews.llvm.org/D113453
More information about the All-commits
mailing list