[PATCH] D36425: [ZoneAlgo] Allow two writes that write identical values into same array slot
Tobias Grosser via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 7 12:58:09 PDT 2017
grosser created this revision.
grosser added a project: Polly.
Two write statements which write into the very same array slot generally are
conflicting. However, in case the value that is written is identical, this
does not cause any problem. Hence, allow such write pairs in this specific
situation.
https://reviews.llvm.org/D36425
Files:
lib/Transform/ZoneAlgo.cpp
test/ForwardOpTree/forward_load_double_write.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36425.110060.patch
Type: text/x-patch
Size: 3458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170807/01b3f7ae/attachment.bin>
More information about the llvm-commits
mailing list