[all-commits] [llvm/llvm-project] 3cba33: [RISCV][ISelLowering] Fix select lowering issue
dybv-sc via All-commits
all-commits at lists.llvm.org
Wed Jan 18 04:10:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3cba33c56f6642df1e2f73008749a42b913b13bb
https://github.com/llvm/llvm-project/commit/3cba33c56f6642df1e2f73008749a42b913b13bb
Author: Dmitry Bushev <dmitry.bushev at syntacore.com>
Date: 2023-01-18 (Wed, 18 Jan 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
A llvm/test/CodeGen/RISCV/float-select-verify.ll
Log Message:
-----------
[RISCV][ISelLowering] Fix select lowering issue
Fix bug that leads to some pseudo instructions not being lowered.
Reviewed By: asb
Differential Revision: https://reviews.llvm.org/D141395
More information about the All-commits
mailing list