[all-commits] [llvm/llvm-project] 84d461: [RISCV] Fix the check assertion in hasMergeOp and ...
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Tue Jul 25 20:22:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84d4618a025b1d261ecc1c9bbe8c393092a43761
https://github.com/llvm/llvm-project/commit/84d4618a025b1d261ecc1c9bbe8c393092a43761
Author: Jianjian GUAN <jacquesguan at me.com>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
Log Message:
-----------
[RISCV] Fix the check assertion in hasMergeOp and hasMaskOp
Because we have STRICT_FCVT_W_RV64 equal to ISD::FIRST_TARGET_STRICTFP_OPCODE, the check needs to be splitted into 2 parts.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D155683
More information about the All-commits
mailing list