[PATCH] D66741: Compute WAR dependence info using ISL kills
bin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 26 07:09:20 PDT 2019
bin.narwal created this revision.
bin.narwal added reviewers: Meinersbur, bollu.
bin.narwal added projects: Polly, LLVM.
Hi,
When reading code of Dependences::calculateDependences, I noticed that WAR is computed specifically by
buildWAR. Given ISL now supports "kills" in approximate dataflow analysis, this patch takes advantage of it.
Though I don't know if it's intended not using the ISL "kills" functionality.
This patch also cleans up a couple lines redundant codes. Any comments?
Thanks,
Repository:
rPLO Polly
https://reviews.llvm.org/D66741
Files:
lib/Analysis/DependenceInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66741.217137.patch
Type: text/x-patch
Size: 6815 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190826/3af0ce11/attachment.bin>
More information about the llvm-commits
mailing list