[PATCH] D87662: [LoopAccessAnalysis][NewPM] Fix tests to work under NPM

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 11:06:59 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG54e1bf115429: [LoopAccessAnalysis][NewPM] Fix tests to work under NPM (authored by aeubanks).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87662

Files:
  llvm/test/Analysis/LoopAccessAnalysis/backward-dep-different-types.ll
  llvm/test/Analysis/LoopAccessAnalysis/forward-loop-carried.ll
  llvm/test/Analysis/LoopAccessAnalysis/forward-loop-independent.ll
  llvm/test/Analysis/LoopAccessAnalysis/independent-interleaved.ll
  llvm/test/Analysis/LoopAccessAnalysis/memcheck-for-loop-invariant.ll
  llvm/test/Analysis/LoopAccessAnalysis/memcheck-off-by-one-error.ll
  llvm/test/Analysis/LoopAccessAnalysis/memcheck-wrapping-pointers.ll
  llvm/test/Analysis/LoopAccessAnalysis/multiple-strides-rt-memory-checks.ll
  llvm/test/Analysis/LoopAccessAnalysis/non-wrapping-pointer.ll
  llvm/test/Analysis/LoopAccessAnalysis/nullptr.ll
  llvm/test/Analysis/LoopAccessAnalysis/number-of-memchecks.ll
  llvm/test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll
  llvm/test/Analysis/LoopAccessAnalysis/pr31098.ll
  llvm/test/Analysis/LoopAccessAnalysis/resort-to-memchecks-only.ll
  llvm/test/Analysis/LoopAccessAnalysis/reverse-memcheck-bounds.ll
  llvm/test/Analysis/LoopAccessAnalysis/safe-no-checks.ll
  llvm/test/Analysis/LoopAccessAnalysis/safe-with-dep-distance.ll
  llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check1.ll
  llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check2.ll
  llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check3.ll
  llvm/test/Analysis/LoopAccessAnalysis/stride-access-dependence.ll
  llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-1.ll
  llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll
  llvm/test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks-convergent.ll
  llvm/test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks.ll
  llvm/test/Analysis/LoopAccessAnalysis/wrapping-pointer-versioning.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87662.291974.patch
Type: text/x-patch
Size: 16447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200915/22538475/attachment.bin>


More information about the llvm-commits mailing list