From f593b2c6db622de6f973e4e847e959855c341a25 Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Fri, 22 Jul 2022 14:01:21 -0400 Subject: Fixes for AArch64 (https://github.com/Shopify/ruby/pull/338) * Better splitting for Op::Add, Op::Sub, and Op::Cmp * Split stores if the displacement is too large * Use a shifted immediate argument * Split all places where shifted immediates are used * Add more tests to the cirrus workflow --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index d71ac851e3..74ab6bd979 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -140,6 +140,7 @@ yjit_task: bootstraptest/test_flow.rb \ bootstraptest/test_fork.rb \ bootstraptest/test_gc.rb \ + bootstraptest/test_io.rb \ bootstraptest/test_jump.rb \ bootstraptest/test_literal_suffix.rb \ bootstraptest/test_load.rb \ @@ -147,7 +148,9 @@ yjit_task: bootstraptest/test_massign.rb \ bootstraptest/test_method.rb \ bootstraptest/test_objectspace.rb \ + bootstraptest/test_proc.rb \ bootstraptest/test_string.rb \ bootstraptest/test_struct.rb \ bootstraptest/test_yjit_new_backend.rb + bootstraptest/test_yjit_rust_port.rb # full_build_script: make -j -- cgit v1.2.3