[all-commits] [llvm/llvm-project] 5b4851: [LoongArch] Add codegen support for load/store ope...
wangleiat via All-commits
all-commits at lists.llvm.org
Mon Jul 4 20:58:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b4851ed911397b7a88aed42460e7b3febccc90d
https://github.com/llvm/llvm-project/commit/5b4851ed911397b7a88aed42460e7b3febccc90d
Author: wanglei <wanglei at loongson.cn>
Date: 2022-07-05 (Tue, 05 Jul 2022)
Changed paths:
M llvm/lib/Target/LoongArch/LoongArchFloat32InstrInfo.td
M llvm/lib/Target/LoongArch/LoongArchFloat64InstrInfo.td
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.h
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
M llvm/lib/Target/LoongArch/LoongArchMCInstLower.cpp
A llvm/test/CodeGen/LoongArch/ir-instruction/load-store.ll
Log Message:
-----------
[LoongArch] Add codegen support for load/store operations
This patch also support lowering global addresses.
Differential Revision: https://reviews.llvm.org/D128427
More information about the All-commits
mailing list