Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
* Add override to TTI hook.
  • Loading branch information
david-arm committed Nov 5, 2024
1 parent bbb98ac commit e9624af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/AArch64/AArch64ISelLowering.h
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ class AArch64TargetLowering : public TargetLowering {

bool softPromoteHalfType() const override { return true; }

virtual bool hasMultiplePredicateRegisters(EVT VT) const {
virtual bool hasMultiplePredicateRegisters(EVT VT) const override {
return VT.isVector();
}
};
Expand Down

0 comments on commit e9624af

Please sign in to comment.