[all-commits] [llvm/llvm-project] cf71f9: [LoongArch] Add codegen support for part of conver...
Lu Weining via All-commits
all-commits at lists.llvm.org
Sun Jun 19 19:01:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf71f97bb11c01e6e2e3e9c7016aefc761ddf9f5
https://github.com/llvm/llvm-project/commit/cf71f97bb11c01e6e2e3e9c7016aefc761ddf9f5
Author: Weining Lu <luweining at loongson.cn>
Date: 2022-06-20 (Mon, 20 Jun 2022)
Changed paths:
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
A llvm/test/CodeGen/LoongArch/ir-instruction/sext-zext-trunc.ll
Log Message:
-----------
[LoongArch] Add codegen support for part of conversion operations
These operations include `sext`, `zext` and `trunc`.
Reference:
https://llvm.org/docs/LangRef.html#conversion-operations
Differential Revision: https://reviews.llvm.org/D127204
More information about the All-commits
mailing list