[PATCH] D130188: [DependenceAnalysis][PR56275] Normalize dependence analysis results to be non-negative when required

Congzhe Cao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 14:48:33 PDT 2022


congzhe updated this revision to Diff 448719.
congzhe added a comment.

Hi @bmahjour @Meinersbur, I've updated the patch such that `normalize()` changes the Dependence object in place, and I've also leveraged the capability of the NPM to parse pass options instead of using `cl::opt`. I'd appreciate it if you could take a look at this version, thanks a lot!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130188/new/

https://reviews.llvm.org/D130188

Files:
  llvm/include/llvm/Analysis/DependenceAnalysis.h
  llvm/lib/Analysis/DependenceAnalysis.cpp
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/test/Analysis/DependenceAnalysis/Banerjee.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130188.448719.patch
Type: text/x-patch
Size: 15594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220729/ae66f9a0/attachment.bin>


More information about the llvm-commits mailing list