[PATCH] D127204: [LoongArch 4/n] Add codegen support for part of conversion operations
Lu Weining via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 7 04:41:19 PDT 2022
SixWeining created this revision.
SixWeining added reviewers: MaskRay, xry111, xen0n, wangleiat, rengolin, myhsu.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
SixWeining requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
These operations include `sext`, `zext` and `trunc`.
Reference:
https://llvm.org/docs/LangRef.html#conversion-operations
Depends on D127203 <https://reviews.llvm.org/D127203>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D127204
Files:
llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
llvm/test/CodeGen/LoongArch/ir-instruction/sext-zext-trunc.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127204.434778.patch
Type: text/x-patch
Size: 11603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220607/a7ccc963/attachment.bin>
More information about the llvm-commits
mailing list