This adds extension Zicfilp and support pseudo instruction lpad.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/docs/RISCVUsage.rst | ||
---|---|---|
120 | This in the wrong place; this is not a ratified extension. You need to link to the right spec version as well. This is particularly important here as this spec has gone through a ton of churn, and may still do so. | |
llvm/test/MC/RISCV/zicfilp-valid.s | ||
18 | If the proper extension is provided to llvm-objdump, we really shouldn't be disassembling this as the auipc name, it should be the landing pad mnemonic. I think this is just the use of -m no-aliases above. |
llvm/lib/Target/RISCV/RISCVInstrInfo.td | ||
---|---|---|
665 | There is a designated spot in this file for InstAliases. |
This in the wrong place; this is not a ratified extension.
You need to link to the right spec version as well. This is particularly important here as this spec has gone through a ton of churn, and may still do so.