We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4ce89 commit c1eb410Copy full SHA for c1eb410
llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
@@ -1632,7 +1632,8 @@ void RISCVDAGToDAGISel::Select(SDNode *Node) {
1632
break;
1633
IsCmpMinimum = true;
1634
} else if (!IsUnsigned && CVal == APInt::getSignedMinValue(
1635
- Src1VT.getScalarSizeInBits())) {
+ Src1VT.getScalarSizeInBits())
1636
+ .getSExtValue()) {
1637
1638
}
1639
@@ -1708,7 +1709,8 @@ void RISCVDAGToDAGISel::Select(SDNode *Node) {
1708
1709
1710
1711
1712
1713
1714
1715
1716
0 commit comments