summary refs log tree commit diff
path: root/test/mem2.ssa
AgeCommit message (Collapse)Author
2023-03-11kill dead stores when coalescing slotsQuentin Carbonneaux
This is necessary because, post fusion, dead stores may clobber data. A new test case exposes one such situation.