[all-commits] [llvm/llvm-project] 05dc14: [LAA] Convert tests to opaque pointers (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Dec 16 03:46:17 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 05dc149c875cafcd948675dff4f7a7ccb092e128
https://github.com/llvm/llvm-project/commit/05dc149c875cafcd948675dff4f7a7ccb092e128
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-12-16 (Fri, 16 Dec 2022)
Changed paths:
M llvm/test/Analysis/LoopAccessAnalysis/backward-dep-different-types.ll
M llvm/test/Analysis/LoopAccessAnalysis/depend_diff_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/interleave-innermost.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-store-vs-alloc-size.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-phis.ll
M llvm/test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll
M llvm/test/Analysis/LoopAccessAnalysis/pr31098.ll
M llvm/test/Analysis/LoopAccessAnalysis/pr56672.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/runtime-pointer-checking-insert-typesize.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/scalable-vector-regression-tests.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/symbolic-stride.ll
M llvm/test/Analysis/LoopAccessAnalysis/uncomputable-backedge-taken-count.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:
-----------
[LAA] Convert tests to opaque pointers (NFC)
More information about the All-commits
mailing list