From 1c6bd0357fd29649c3e271bbd7cdf2ece761dcc3 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Sun, 1 May 2022 17:12:17 -0400 Subject: [PATCH] agx: Update RA comment Signed-off-by: Alyssa Rosenzweig Part-of: --- src/asahi/compiler/agx_register_allocate.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/asahi/compiler/agx_register_allocate.c b/src/asahi/compiler/agx_register_allocate.c index fa5229a36d9..c454df6aa2b 100644 --- a/src/asahi/compiler/agx_register_allocate.c +++ b/src/asahi/compiler/agx_register_allocate.c @@ -24,11 +24,7 @@ #include "agx_compiler.h" #include "agx_builder.h" -/* Trivial register allocator that never frees anything. - * - * TODO: Write a real register allocator. - * TODO: Handle phi nodes. - */ +/* SSA-based register allocator */ /** Returns number of registers written by an instruction */ unsigned