lower = rs1 & 255
upper = (rs2 & 255) << 8
value = lower | upper
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D116791
[RISCV] Supplement PACKH instruction pattern ClosedPublic Authored by Jimerlife on Jan 6 2022, 10:45 PM.
Details Summary lower = rs1 & 255
Diff Detail
Event TimelineHerald added subscribers: VincentWu, luke957, achieveartificialintelligence and 27 others. · View Herald TranscriptJan 6 2022, 10:45 PM This revision is now accepted and ready to land.Jan 6 2022, 10:59 PM Closed by commit rGe8f1dfe92307: [RISCV] Supplement PACKH instruction pattern (authored by Jimerlife, committed by benshi001). · Explain WhyJan 7 2022, 1:59 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 398051 llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
llvm/test/CodeGen/RISCV/rv32zbp.ll
llvm/test/CodeGen/RISCV/rv64zbp.ll
|