[PATCH] D46678: [DA] Fix direction vectors for weakZeroSrcSIV

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 01:26:29 PDT 2018


dmgreen created this revision.
dmgreen added reviewers: fhahn, grosser, hfinkel, sebpop.

Both weakZeroSrcSIV and weakZeroDstSIV are currently giving the same
direction vectors. One of them must be wrong, and it looks like Src
is getting things the wrong way round.


https://reviews.llvm.org/D46678

Files:
  lib/Analysis/DependenceAnalysis.cpp
  test/Analysis/DependenceAnalysis/Coupled.ll
  test/Analysis/DependenceAnalysis/WeakZeroDstSIV.ll
  test/Analysis/DependenceAnalysis/WeakZeroSrcSIV.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46678.146088.patch
Type: text/x-patch
Size: 6862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180510/df5d3690/attachment.bin>


More information about the llvm-commits mailing list