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.
2 parents a5e4ec2 + f7a473a commit a6b738cCopy full SHA for a6b738c
lib/Target/AVR/AVRISelLowering.h
@@ -75,6 +75,11 @@ class AVRTargetLowering : public TargetLowering {
75
MVT getScalarShiftAmountTy(const DataLayout &, EVT LHSTy) const override {
76
return MVT::i8;
77
}
78
+
79
+ MVT::SimpleValueType getCmpLibcallReturnType() const override {
80
+ return MVT::i8;
81
+ }
82
83
const char *getTargetNodeName(unsigned Opcode) const override;
84
85
SDValue LowerOperation(SDValue Op, SelectionDAG &DAG) const override;
0 commit comments