[all-commits] [llvm/llvm-project] a6c80c: [RISCV][GISel] Add support for G_SITOFP/G_UITOFP w...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Nov 7 16:44:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6c80c4f70c35da2227cd01cf6558d62ee8ed45c
https://github.com/llvm/llvm-project/commit/a6c80c4f70c35da2227cd01cf6558d62ee8ed45c
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-11-07 (Tue, 07 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/instruction-select/itofp-rv32.mir
A llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/itofp-rv64.mir
A llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv32/legalize-itofp.mir
A llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv64/legalize-itofp.mir
A llvm/test/CodeGen/RISCV/GlobalISel/regbankselect/itofp-rv32.mir
A llvm/test/CodeGen/RISCV/GlobalISel/regbankselect/itofp-rv64.mir
Log Message:
-----------
[RISCV][GISel] Add support for G_SITOFP/G_UITOFP with F and D extensions.
More information about the All-commits
mailing list