Skip to content

Commit

Permalink
[EraVM] Return true for enableJoinGlobalCopies
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Radosavljevic <[email protected]>
  • Loading branch information
vladimirradosavljevic committed Oct 8, 2024
1 parent b653cb6 commit 27ebdb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Target/EraVM/EraVMSubtarget.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class EraVMSubtarget : public EraVMGenSubtargetInfo {
return &TSInfo;
}
Align getStackAlignment() const { return Align(32); }
bool enableJoinGlobalCopies() const override { return true; }
};
} // namespace llvm

Expand Down

0 comments on commit 27ebdb3

Please sign in to comment.