[all-commits] [llvm/llvm-project] 2dd434: [LoongArch] Support lowering br_jt
WÁNG Xuěruì via All-commits
all-commits at lists.llvm.org
Fri Sep 2 03:09:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2dd434c3ee1709b981f7c29744f3e17cf40f42d1
https://github.com/llvm/llvm-project/commit/2dd434c3ee1709b981f7c29744f3e17cf40f42d1
Author: WANG Xuerui <git at xen0n.name>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
A llvm/test/CodeGen/LoongArch/jump-table.ll
Log Message:
-----------
[LoongArch] Support lowering br_jt
Jump tables cannot be generated yet, due to missing support for emitting
local addresses.
Differential Revision: https://reviews.llvm.org/D132653
More information about the All-commits
mailing list