[all-commits] [llvm/llvm-project] 9ff7d0: [LoongArch] Add codegen support for icmp/fcmp with...
wanglei via All-commits
all-commits at lists.llvm.org
Thu Dec 7 04:11:56 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ff7d0ebeb54347f9006405a6d08ed2b713bc411
https://github.com/llvm/llvm-project/commit/9ff7d0ebeb54347f9006405a6d08ed2b713bc411
Author: wanglei <wanglei at loongson.cn>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchLASXInstrInfo.td
M llvm/lib/Target/LoongArch/LoongArchLSXInstrInfo.td
A llvm/test/CodeGen/LoongArch/lasx/ir-instruction/fcmp.ll
A llvm/test/CodeGen/LoongArch/lasx/ir-instruction/icmp.ll
A llvm/test/CodeGen/LoongArch/lsx/ir-instruction/fcmp.ll
A llvm/test/CodeGen/LoongArch/lsx/ir-instruction/icmp.ll
Log Message:
-----------
[LoongArch] Add codegen support for icmp/fcmp with lsx/lasx fetaures (#74700)
Mark ISD::SETCC node as legal, and add handling for the vector types
condition codes.
More information about the All-commits
mailing list