SPIRV-Tools/tools/opt
Steven Perron 99c2c21cf4
Fix memory leak in unrolling. (#2301)
During unrolling a new loop is created, but its ownership is not clear
as it gets passed through the code. Changed something to unique_ptr to
make that clearer.

Fixes #2299.

Fixing other memory leaks at the same time.

Fixes #2296
Fixes #2297
2019-01-17 16:02:43 -05:00
..
opt.cpp Fix memory leak in unrolling. (#2301) 2019-01-17 16:02:43 -05:00