diff options
author | Craig Topper <craig.topper@sifive.com> | 2024-03-13 14:56:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 14:56:25 -0700 |
commit | 207e45fb67ee3dbec9590d9303eebf4f720c8a40 (patch) | |
tree | e755783333b2ffa344ee71da9916f11827984230 /llvm/lib/Support/CommandLine.cpp | |
parent | 003e292f9895a9cf4e30688269efa668d1fcbb09 (diff) | |
download | llvm-207e45fb67ee3dbec9590d9303eebf4f720c8a40.zip llvm-207e45fb67ee3dbec9590d9303eebf4f720c8a40.tar.gz llvm-207e45fb67ee3dbec9590d9303eebf4f720c8a40.tar.bz2 |
[RISCV] Add back SiFive's cdiscard.d.l1, cflush.d.l1, and cease instructions. (#83896)
These were in LLVM 17 but removed from LLVM 18 due to an incorrect
extension name being used.
This restores them with new extension names that match SiFive's
downstream compiler. The extension name has been used internally for
some time. It uses XSiFive instead of XSf like the newer extensions.
`cease` did not have an internal extension name so its using the `XSf`
convention.
The spec for the instructions is here
https://sifive.cdn.prismic.io/sifive/767804da-53b2-4893-97d5-b7c030ae0a94_s76mc_core_complex_manual_21G3.pdf
though the extension name is not listed.
Column width in the extension printing had to be changed to accommodate
a longer extension name.
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions