Simplify rvv instructions that use eew in their mnemonic and encoding with
foreach.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D113453
[RISCV][NFC] Refactor some rvv instructions' definition with foreach. ClosedPublic Authored by jacquesguan on Nov 8 2021, 7:18 PM.
Details Summary Simplify rvv instructions that use eew in their mnemonic and encoding with
Diff Detail
Event TimelineHerald added subscribers: VincentWu, luke957, achieveartificialintelligence and 24 others. · View Herald TranscriptNov 8 2021, 7:18 PM
This revision is now accepted and ready to land.Nov 15 2021, 9:31 AM
Closed by commit rG6405e8b58488: [RISCV] Refactor some rvv instructions' definition with foreach. (authored by jacquesguan). · Explain WhyNov 15 2021, 11:21 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 387501 llvm/lib/Target/RISCV/RISCVInstrInfoV.td
|
This part is changing from VLSSched<32> to VLSSched<64>. I assume that 32 is a bug?