[PATCH] D127204: [LoongArch 4/n] Add codegen support for part of conversion operations
WÁNG Xuěruì via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 8 23:19:34 PDT 2022
xen0n accepted this revision.
xen0n added a comment.
For now many of the operations are sub-optimal, but I guess that's only because niceties like `bstrpick.[wd]` are still not ready yet. I already saw `ori $dest, $zero, 0` being taken care of in the next patch, so let's take care of them later; the testcases are certainly useful.
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127204/new/
https://reviews.llvm.org/D127204
More information about the llvm-commits
mailing list