[all-commits] [llvm/llvm-project] de6d0d: [RISCV][GISel] Add FCLASS to onlyUsesFP for regist...
Luke Quinn via All-commits
all-commits at lists.llvm.org
Mon Dec 2 11:19:29 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de6d0d2de0e2df72bd77f29d27addf13ebfbc997
https://github.com/llvm/llvm-project/commit/de6d0d2de0e2df72bd77f29d27addf13ebfbc997
Author: Luke Quinn <lquinn2015 at gmail.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M llvm/lib/Target/RISCV/GISel/RISCVRegisterBankInfo.cpp
A llvm/test/CodeGen/RISCV/GlobalISel/float-fclass.ll
Log Message:
-----------
[RISCV][GISel] Add FCLASS to onlyUsesFP for register bank selection (#118021)
Bug fix FCLASS instruction in RISCV. The bug is due the fact that FCLASS
has an input float register and output GPR this caused reg bank select
regression.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list