1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-12 14:28:08 +03:00
juvix/test/Reg/Transformation
Łukasz Czajka 235d88f303
Copy propagation in JuvixReg (#2828)
* Closes #1614 
* Implements the copy propagation transformation in JuvixReg and adds
tests for it.
* For this optimization to give any improvement, we need to run dead
code elimination afterwards (#2827).
2024-06-18 21:38:02 +02:00
..
Base.hs JuvixReg recursors (#2641) 2024-02-19 08:58:19 +00:00
CopyPropagation.hs Copy propagation in JuvixReg (#2828) 2024-06-18 21:38:02 +02:00
IdentityTrans.hs Add GHC Identity to Juvix/Prelude (#2815) 2024-06-07 18:40:42 +02:00
InitBranchVars.hs Copy propagation in JuvixReg (#2828) 2024-06-18 21:38:02 +02:00
SSA.hs Copy propagation in JuvixReg (#2828) 2024-06-18 21:38:02 +02:00