We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c887f commit 51d9915Copy full SHA for 51d9915
llvm/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