From: Jacob Lifshay Date: Wed, 12 Oct 2022 00:30:05 +0000 (-0700) Subject: add more handy compiler algorithms X-Git-Tag: opf_rfc_ls005_v1~88 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=18db6746cc0e649aafff00e9f58c89fdea0bb943;p=libreriscv.git add more handy compiler algorithms --- diff --git a/resources.mdwn b/resources.mdwn index 229a663eb..d3dccbae2 100644 --- a/resources.mdwn +++ b/resources.mdwn @@ -532,7 +532,10 @@ This list auto-generated from a page tag "standards": # Handy Compiler Algorithms for SimpleV +Requires aligned registers: * [Graph Coloring Register Allocation for Processors with Multi-Register Operands](https://dl.acm.org/doi/pdf/10.1145/93548.93552) +More general: +* [Retargetable Graph-Coloring Register Allocation for Irregular Architectures](https://user.it.uu.se/~svenolof/wpo/AllocSCOPES2003.20030626b.pdf) # TODO investigate