From c34a7b6627d4c07531daf7d99dceaf7f89bd1c0a Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Tue, 1 Aug 2023 12:43:51 +0800 Subject: Generalize collectInductionValues (#3031) * Generalize collectInductionValues * Support affine transformations of loop index as induction variables * Test for generalized induction value collection * Neaten inductive variable finding * Store the type of implication success when finding inductive variables * Test that loop induction finding does not alway succeed * Support chains of additions and branches of additions in induction variable finding * Use c++17 for downstream compilers --- tests/cpu-program/cpu-hello-world.slang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cpu-program') diff --git a/tests/cpu-program/cpu-hello-world.slang b/tests/cpu-program/cpu-hello-world.slang index f91e354bc..f1285f889 100644 --- a/tests/cpu-program/cpu-hello-world.slang +++ b/tests/cpu-program/cpu-hello-world.slang @@ -4,4 +4,4 @@ public __extern_cpp int main() { printf("Hello World.\n"); return 0; -} \ No newline at end of file +} -- cgit v1.2.3