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 759422c commit ede26d4Copy full SHA for ede26d4
llvm/lib/Target/LoongArch/LoongArchISelLowering.h
@@ -238,6 +238,7 @@ class LoongArchTargetLowering : public TargetLowering {
238
bool isShuffleMaskLegal(ArrayRef<int> Mask, EVT VT) const override {
239
return false;
240
}
241
+ bool shouldConsiderGEPOffsetSplit() const override { return true; }
242
243
private:
244
/// Target-specific function used to lower LoongArch calling conventions.
0 commit comments