[all-commits] [llvm/llvm-project] 243d8c: [RISCV] Add missed HasRoundModeOp for VPseudoUnary...
Yeting Kuo via All-commits
all-commits at lists.llvm.org
Thu Aug 24 06:45:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 243d8cdb03142f0d142482f7a44931cc1a0138da
https://github.com/llvm/llvm-project/commit/243d8cdb03142f0d142482f7a44931cc1a0138da
Author: Yeting Kuo <yeting.kuo at sifive.com>
Date: 2023-08-24 (Thu, 24 Aug 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
M llvm/test/CodeGen/RISCV/rvv/rvv-peephole-vmerge-masked-vops.ll
Log Message:
-----------
[RISCV] Add missed HasRoundModeOp for VPseudoUnaryMask_FRM/VPseudoUnaryMask_FRM.
Missed HasRoundModeOp makes performCombineVMergeAndVOps use wrong operands for
VFCVT_RM instructions.
Reviewed By: luke
Differential Revision: https://reviews.llvm.org/D158711
More information about the All-commits
mailing list