This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] add the MC layer support of riscv vector Zvqmac extension
Needs ReviewPublic

Authored by StephenFan on Aug 5 2020, 11:53 PM.

Details

Summary

change the VALUr_IV_V_X to VALUr_IV_X, change the 0b111111 to 0b111111

Diff Detail

Event Timeline

StephenFan created this revision.Aug 5 2020, 11:53 PM
StephenFan requested review of this revision.Aug 5 2020, 11:53 PM

These instructions and encodings are already removed from vector specification. We could postpone the patch after these instructions are included in the vector specification.

llvm/lib/Target/RISCV/RISCVInstrInfoV.td
988

0b111111

989

VALUr_IV_X

StephenFan edited the summary of this revision. (Show Details)
StephenFan marked an inline comment as done.
StephenFan edited the summary of this revision. (Show Details)

change the VALUr_IV_V_X to VALUr_IV_X, change the 0b111111 to 0b111111

StephenFan marked an inline comment as done.

rebaes to the latest upstream master