Make SSA aggregates without needing an alloca

This commit is contained in:
Scott McMurray 2024-04-14 00:51:49 -07:00
parent 7448c24e02
commit c38f75c21f
5 changed files with 203 additions and 28 deletions

View file

@ -6,8 +6,10 @@ edition = "2021"
[dependencies]
# tidy-alphabetical-start
ar_archive_writer = "0.2.0"
arrayvec = { version = "0.7", default-features = false }
bitflags = "2.4.1"
cc = "1.0.97"
cc = "1.0.90"
either = "1.5.0"
itertools = "0.12"
jobserver = "0.1.28"
pathdiff = "0.2.0"