[all-commits] [llvm/llvm-project] 47c88b: [LoongArch] Fix LASX vector_extract codegen
wanglei via All-commits
all-commits at lists.llvm.org
Thu Dec 28 21:51:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47c88bcd5de91522241cca1aaa1b7762ceb01394
https://github.com/llvm/llvm-project/commit/47c88bcd5de91522241cca1aaa1b7762ceb01394
Author: wanglei <wanglei at loongson.cn>
Date: 2023-12-29 (Fri, 29 Dec 2023)
Changed paths:
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.h
M llvm/lib/Target/LoongArch/LoongArchLASXInstrInfo.td
M llvm/test/CodeGen/LoongArch/lasx/ir-instruction/extractelement.ll
Log Message:
-----------
[LoongArch] Fix LASX vector_extract codegen
Custom lowering `ISD::EXTRACT_VECTOR_ELT` with lasx.
More information about the All-commits
mailing list