summaryrefslogtreecommitdiffstats
path: root/polly/test/Simplify/redundant_scalarwrite.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Simplify] Remove all kinds of redundant scalar writes.Michael Kruse2017-07-311-0/+49
In addition to array and PHI writes, also allow scalar value writes. The only kind of write not allowed are writes by functions (including memcpy/memmove/memset). llvm-svn: 309582
OpenPOWER on IntegriCloud