[all-commits] [llvm/llvm-project] ca6033: [RISCV][GISel] Legalizer and register bank selecti...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Nov 10 13:09:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca603343db066f48a23433f9ba7866f5390ccf59
https://github.com/llvm/llvm-project/commit/ca603343db066f48a23433f9ba7866f5390ccf59
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-11-10 (Fri, 10 Nov 2023)
Changed paths:
M llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp
M llvm/lib/Target/RISCV/GISel/RISCVRegisterBankInfo.cpp
A llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv32/legalize-jump-table-brjt.mir
A llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv64/legalize-jump-table-brjt.mir
A llvm/test/CodeGen/RISCV/GlobalISel/regbankselect/jump-table-brjt-rv32.mir
A llvm/test/CodeGen/RISCV/GlobalISel/regbankselect/jump-table-brjt-rv64.mir
Log Message:
-----------
[RISCV][GISel] Legalizer and register bank selection for G_JUMP_TABLE and G_BRJT (#71970)
Testing together since they should come paired.
Instruction selection will be a separate PR.
More information about the All-commits
mailing list