Skip to content

Commit 43c0ff1

Browse files
kddnewtonmeta-codesync[bot]
authored andcommitted
aarch64 support for regalloc_test.cpp
Summary: Make regalloc_test.cpp work for aarch64. Previously it was assuming that this was enough arguments because x86-64 has fewer arguments in registers. Adding a bunch of arguments to ensure it spills. Reviewed By: jbower-fb Differential Revision: D91485562 fbshipit-source-id: a231c27fac02efbb7f562b684d5384650319cf54
1 parent 4dc2608 commit 43c0ff1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cinderx/RuntimeTests/regalloc_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ BB %8 - succs: %25
219219
%15 = Add %14, 1
220220
%16 = Add %15, 1
221221
%17 = Add %16, 1
222-
%18 = Call 1024(0x400), %3, %2, %9, %17
222+
%18 = Call 1024(0x400), %3, %2, %9, %12, %13, %14, %15, %16, %17
223223
%19 = Add %2, %9
224224
%20 = Add %10, %11
225225
%21 = Add %20, %13

0 commit comments

Comments
 (0)