Skip to content

Commit 5ce793e

Browse files
committed
[RISCV] Add TargetConstraintType=2 to VPseudoVNCVTF_RM_W. NFC
This doesn't do anything in upstream, but matches whats in our downstream.
1 parent e8ad87c commit 5ce793e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3731,7 +3731,8 @@ multiclass VPseudoVNCVTF_RM_W {
37313731
defvar constraint = "@earlyclobber $rd";
37323732
foreach m = MxListFW in {
37333733
foreach e = SchedSEWSet<m.MX, isF=1, isWidening=1>.val in
3734-
defm _W : VPseudoConversionRM<m.vrclass, m.wvrclass, m, constraint, sew=e>,
3734+
defm _W : VPseudoConversionRM<m.vrclass, m.wvrclass, m, constraint, sew=e,
3735+
TargetConstraintType=2>,
37353736
SchedUnary<"WriteVFNCvtIToFV", "ReadVFNCvtIToFV", m.MX, e,
37363737
forcePassthruRead=true>;
37373738
}

0 commit comments

Comments
 (0)