[all-commits] [llvm/llvm-project] 54e1bf: [LoopAccessAnalysis][NewPM] Fix tests to work unde...
aeubanks via All-commits
all-commits at lists.llvm.org
Tue Sep 15 11:07:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 54e1bf115429fa28f9783da92f310a4ea991e7c4
https://github.com/llvm/llvm-project/commit/54e1bf115429fa28f9783da92f310a4ea991e7c4
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-09-15 (Tue, 15 Sep 2020)
Changed paths:
M llvm/test/Analysis/LoopAccessAnalysis/backward-dep-different-types.ll
M llvm/test/Analysis/LoopAccessAnalysis/forward-loop-carried.ll
M llvm/test/Analysis/LoopAccessAnalysis/forward-loop-independent.ll
M llvm/test/Analysis/LoopAccessAnalysis/independent-interleaved.ll
M llvm/test/Analysis/LoopAccessAnalysis/memcheck-for-loop-invariant.ll
M llvm/test/Analysis/LoopAccessAnalysis/memcheck-off-by-one-error.ll
M llvm/test/Analysis/LoopAccessAnalysis/memcheck-wrapping-pointers.ll
M llvm/test/Analysis/LoopAccessAnalysis/multiple-strides-rt-memory-checks.ll
M llvm/test/Analysis/LoopAccessAnalysis/non-wrapping-pointer.ll
M llvm/test/Analysis/LoopAccessAnalysis/nullptr.ll
M llvm/test/Analysis/LoopAccessAnalysis/number-of-memchecks.ll
M llvm/test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll
M llvm/test/Analysis/LoopAccessAnalysis/pr31098.ll
M llvm/test/Analysis/LoopAccessAnalysis/resort-to-memchecks-only.ll
M llvm/test/Analysis/LoopAccessAnalysis/reverse-memcheck-bounds.ll
M llvm/test/Analysis/LoopAccessAnalysis/safe-no-checks.ll
M llvm/test/Analysis/LoopAccessAnalysis/safe-with-dep-distance.ll
M llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check1.ll
M llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check2.ll
M llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check3.ll
M llvm/test/Analysis/LoopAccessAnalysis/stride-access-dependence.ll
M llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-1.ll
M llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll
M llvm/test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks-convergent.ll
M llvm/test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks.ll
M llvm/test/Analysis/LoopAccessAnalysis/wrapping-pointer-versioning.ll
Log Message:
-----------
[LoopAccessAnalysis][NewPM] Fix tests to work under NPM
Pin RUN lines with -analyze to legacy PM, add corresponding NPM RUN lines.
Reviewed By: fhahn
Differential Revision: https://reviews.llvm.org/D87662
More information about the All-commits
mailing list