aboutsummaryrefslogtreecommitdiff
path: root/test/opt/copy_prop_array_test.cpp
AgeCommit message (Expand)Author
2021-10-28Update passes to handle function declarations (#4599)Steven Perron
2020-07-06Debug info preservation in copy-prop-array pass (#3444)Jaebaek Seo
2019-09-19Handle OpConstantNull in copy-prop-arrays. (#2870)Steven Perron
2019-09-11Assembler: Can't set an ID in instruction without result ID (#2852)David Neto
2018-10-19Add a nullptr check to array copy propagation. (#1987)Steven Perron
2018-10-04Make EFFCEE required (#1943)Steven Perron
2018-10-01Fix erroneous uses of the type manager in copy-prop-arrays. (#1942)Steven Perron
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-07-11Move tests into namespaces (#1689)dan sinclair
2018-07-09Move the ir namespace to opt. (#1680)dan sinclair
2018-05-14Add pass to fold a load feeding an extract.Steven Perron
2018-04-04OpName and decorations should not stop array copy prop.Steven Perron
2018-04-04Teach array copy propagation about OpImageTexelPointer.Steven Perron
2018-03-29In copy-prop-arrays, indentify copies via OpCompositeInsertSteven Perron
2018-03-28Handle non-constant accesses in memory objects (copy prop arrays)Steven Perron
2018-03-27Handle more cases in copy propagate arrays.Steven Perron
2018-03-26Copy propagate arraysSteven Perron