Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/LoongArch/LoongArchInstrInfo.td | ||
---|---|---|
664 | This is the same codegen as gcc, while I previously used NOR rj, zero (putting zero in rk position) in my QEMU TCG port. I'm not sure which form is better or more consistent, because apparently they behave the same but usually we put zero in rk position (like with move i.e. move rd, rj == or rd, rj, zero). | |
665 | nit: single space. same below |
This is the same codegen as gcc, while I previously used NOR rj, zero (putting zero in rk position) in my QEMU TCG port.
I'm not sure which form is better or more consistent, because apparently they behave the same but usually we put zero in rk position (like with move i.e. move rd, rj == or rd, rj, zero).