[PATCH] D128194: [LoongArch] Add codegen support for multiplication operations

WÁNG Xuěruì via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 21 20:19:29 PDT 2022


xen0n accepted this revision.
xen0n added a comment.
This revision is now accepted and ready to land.

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).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128194/new/

https://reviews.llvm.org/D128194



More information about the llvm-commits mailing list