[all-commits] [llvm/llvm-project] 7f9a50: [RISCV][GISel] Select G_SELECT (#67614)
Nitin John Raj via All-commits
all-commits at lists.llvm.org
Fri Oct 6 10:46:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f9a50ff0628e80743e5f4048274b5783f47a5cc
https://github.com/llvm/llvm-project/commit/7f9a50ff0628e80743e5f4048274b5783f47a5cc
Author: Nitin John Raj <105745460+nitinjohnraj at users.noreply.github.com>
Date: 2023-10-06 (Fri, 06 Oct 2023)
Changed paths:
M llvm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp
A llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/select-rv32.mir
A llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/select-rv64.mir
Log Message:
-----------
[RISCV][GISel] Select G_SELECT (#67614)
This patch adds minimal support for selecting G_SELECT. In the future we
may want to fix this patch to select the other opcodes or handle that in
the combiner.
More information about the All-commits
mailing list