diff options
author | Craig Topper <craig.topper@sifive.com> | 2024-03-26 21:35:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 21:35:35 -0700 |
commit | ecf6bb2b4dbd26bbff2cee79db010369faa2fe90 (patch) | |
tree | 1d925f74a1803fc7d5bc1b2ee871d69a99fd4e54 /llvm/lib/Object/COFFImportFile.cpp | |
parent | a7ac0dd624962de1ccb55f1ed1357f548477f593 (diff) | |
download | llvm-ecf6bb2b4dbd26bbff2cee79db010369faa2fe90.zip llvm-ecf6bb2b4dbd26bbff2cee79db010369faa2fe90.tar.gz llvm-ecf6bb2b4dbd26bbff2cee79db010369faa2fe90.tar.bz2 |
[RISCV] Add register overlap checks to the assembler for some Zvk* instructions. (#86745)
From the spec
| Instruction | Register | Cannot Overlap |
| ----------- | -------- | -------------- |
| vaes*.vs | vs2 | vd |
| vsm4r.vs | vs2 | vd |
| vsha2c[hl] | vs1, vs2 | vd |
| vsha2ms | vs1, vs2 | vd |
| sm3me | vs2 | vd |
| vsm3c | vs2 | vd |
Diffstat (limited to 'llvm/lib/Object/COFFImportFile.cpp')
0 files changed, 0 insertions, 0 deletions