aboutsummaryrefslogtreecommitdiff
path: root/test/opt/local_single_store_elim_test.cpp
AgeCommit message (Expand)Author
2020-07-10Preserve OpenCL.DebugInfo.100 through elim-local-single-store (#3498)greg-lunarg
2019-04-03Handle variable pointer in some optimizations (#2490)Steven Perron
2018-11-27Validate pointer variables (#2111)alan-baker
2018-08-15Keep decorations when replacing loads in access-chain-convert. (#1829)Steven Perron
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-07-11Move tests into namespaces (#1689)dan sinclair
2018-04-18Rewrite local-single-store-elim to not create large data structures.Steven Perron
2018-02-27Remove uses DCEInst and call ADCESteven Perron
2018-02-22Opt: Check for side-effects in DCEInst()GregF
2017-12-19Allow pointers to pointers in logical addressing mode.Steven Perron
2017-12-08SingleStore: Support OpVariable InitializationGregF
2017-11-27Re-format source tree - NFC.Diego Novillo
2017-07-26Opt: Delete names and decorations of dead instructionsGregF
2017-07-25Opt: HasOnlySupportedRefs should consider OpCopyObjectLei Zhang
2017-06-19mem2reg: Add LocalSingleStoreElimPassGregF