We were using an OR with X0 which is the canonical move for AArch64.
The canonical move for RISC-V is ADDI reg1, reg2, 0.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D142044
[RISCV] Use canonical move instruction in RISCVAsmPrinter::EmitHwasanMemaccessSymbols. ClosedPublic Authored by craig.topper on Jan 18 2023, 10:40 AM.
Details Summary We were using an OR with X0 which is the canonical move for AArch64.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 18 2023, 10:42 AM This revision was landed with ongoing or failed builds.Jan 18 2023, 11:44 AM Closed by commit rG97cb6191173e: [RISCV] Use canonical move instruction in RISCVAsmPrinter… (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 490234 llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
|
clang-format not found in user’s local PATH; not linting file.