forked from OSchip/llvm-project
5f16986271
Enable the use for partial writes for PHI write accesses with a switch. This simply skips the test for whether a PHI write would be partial. The analog test for partial value writes also protects for partial reads which we do not support (yet). It is possible to test for partial reads separately such that we could skip the partial write check as well. In case this shows up to be useful, I can implement it as well. Differential Revision: https://reviews.llvm.org/D33487 llvm-svn: 303762 |
||
---|---|---|
.. | ||
nomap_alreadymapped.ll | ||
nomap_escaping.ll | ||
nomap_occupied.ll | ||
nomap_readonly.ll | ||
nomap_spuriouswrite.ll | ||
nomap_storagesize.ll | ||
nomap_writewrite.ll | ||
pass_existance.ll | ||
reduction.ll | ||
reduction_constant_selfconflict.ll | ||
reduction_looprotate.ll | ||
reduction_looprotate_gvnpre.ll | ||
reduction_looprotate_hoisted.ll | ||
reduction_looprotate_licm.ll | ||
reduction_looprotate_load.ll | ||
reduction_looprotate_readonly.ll | ||
reduction_looprotate_synthesizable.ll | ||
reduction_looprotate_undef.ll | ||
reduction_overapproximate.ll | ||
reduction_preheader.ll | ||
reject_loadafterstore.ll | ||
reject_outofquota.ll | ||
reject_storeafterstore.ll | ||
reject_storeinsubregion.ll | ||
reject_unusualstore.ll | ||
skip_maywrite.ll | ||
skip_notinloop.ll | ||
skip_scalaraccess.ll |