summary refs log tree commit diff
path: root/test/alias1.ssa
AgeCommit message (Collapse)Author
2024-03-08fix bug in alias analysisQuentin Carbonneaux
The handling of phi was incorrect and we would sometimes miss escapes. We now handle phis at the very end of the pass to make sure the defs for their arguments have all been processed.