[all-commits] [llvm/llvm-project] 65f999: [RISCV] Add PseudoCCMOVGPR to RISCVSExtWRemoval.
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Nov 14 13:41:40 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65f99928654869ea17aad00f2c5209f4a5f9d1dd
https://github.com/llvm/llvm-project/commit/65f99928654869ea17aad00f2c5209f4a5f9d1dd
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-11-14 (Mon, 14 Nov 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVSExtWRemoval.cpp
Log Message:
-----------
[RISCV] Add PseudoCCMOVGPR to RISCVSExtWRemoval.
This instruction is a conditional move. It propagates sign bits
from its inputs.
More information about the All-commits
mailing list