Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Event Timeline
LGTM for generated LA64 assembly; I can't verify the LA32 assembly with gcc output due to gcc not currently supporting LoongArch ILP32 ABIs at all, but they look reasonable at a first glance. They should be results of generic codegen thus probably correct.
I'd like someone else to review the substantive changes (which should be trivial enough).
llvm/test/CodeGen/LoongArch/ir-instruction/mul.ll | ||
---|---|---|
2 | Use llvm/utils/update_llc_test_checks.py if this checks so many lines. |
llvm/test/CodeGen/LoongArch/ir-instruction/mul.ll | ||
---|---|---|
2 | Thanks. Actually these check lines are generated by that python script with the first “Note:” line deleted manually. This is because LoongArch support for this script hasn’t been upstreamed since the lacking of function calls to write full test for this tool. |
Rebase and merged first since this change has been approved previously. If @MaskRay and others have futher comments, we can revert or submit new revision. Thanks.
Use llvm/utils/update_llc_test_checks.py if this checks so many lines.