[PATCH] D123087: tests: enable inferattrs in many tests that will need it soon

Augie Fackler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 15:17:39 PDT 2022


durin42 created this revision.
Herald added subscribers: asavonic, okura, kuter.
Herald added a project: All.
durin42 requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: sstefan1.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a reviewer: baziotis.
Herald added a project: LLVM.

As my goal is to remove at least _some_ functions from the static list
in MemoryBuiltins.cpp, these tests need to run the inferattrs stage in
order to keep passing.

Depends on D123086 <https://reviews.llvm.org/D123086>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123087

Files:
  llvm/test/Analysis/GlobalsModRef/indirect-global.ll
  llvm/test/Instrumentation/BoundsChecking/simple.ll
  llvm/test/Transforms/Attributor/lowerheap.ll
  llvm/test/Transforms/Coroutines/coro-split-00.ll
  llvm/test/Transforms/Coroutines/coro-split-hidden.ll
  llvm/test/Transforms/Coroutines/no-suspend.ll
  llvm/test/Transforms/DeadStoreElimination/2016-07-17-UseAfterFree.ll
  llvm/test/Transforms/DeadStoreElimination/calloc-store.ll
  llvm/test/Transforms/DeadStoreElimination/free.ll
  llvm/test/Transforms/DeadStoreElimination/multiblock-malloc-free.ll
  llvm/test/Transforms/DeadStoreElimination/operand-bundles.ll
  llvm/test/Transforms/DeadStoreElimination/simple.ll
  llvm/test/Transforms/GVN/calloc-load-removal.ll
  llvm/test/Transforms/GVN/malloc-load-removal.ll
  llvm/test/Transforms/GVN/nonescaping-malloc.ll
  llvm/test/Transforms/GlobalOpt/2009-11-16-BrokenPerformHeapAllocSRoA.ll
  llvm/test/Transforms/GlobalOpt/2021-08-03-StoreOnceLoadMultiCasts.ll
  llvm/test/Transforms/GlobalOpt/calloc-promote.ll
  llvm/test/Transforms/GlobalOpt/malloc-promote-1.ll
  llvm/test/Transforms/GlobalOpt/malloc-promote-2.ll
  llvm/test/Transforms/GlobalOpt/malloc-promote-4.ll
  llvm/test/Transforms/GlobalOpt/malloc-promote-5.ll
  llvm/test/Transforms/GlobalOpt/malloc-promote-opaque-ptr.ll
  llvm/test/Transforms/GlobalOpt/null-check-is-use-pr35760.ll
  llvm/test/Transforms/InstCombine/alloc-realloc-free.ll
  llvm/test/Transforms/InstCombine/badmalloc.ll
  llvm/test/Transforms/InstCombine/builtin-dynamic-object-size.ll
  llvm/test/Transforms/InstCombine/compare-unescaped.ll
  llvm/test/Transforms/InstCombine/deref-alloc-fns.ll
  llvm/test/Transforms/InstCombine/getelementptr.ll
  llvm/test/Transforms/InstCombine/malloc-free-mismatched.ll
  llvm/test/Transforms/InstCombine/malloc-free.ll
  llvm/test/Transforms/InstCombine/malloc_free_delete_nvptx.ll
  llvm/test/Transforms/InstCombine/objsize-64.ll
  llvm/test/Transforms/InstCombine/objsize.ll
  llvm/test/Transforms/InstCombine/realloc-free.ll
  llvm/test/Transforms/InstCombine/realloc.ll
  llvm/test/Transforms/LowerConstantIntrinsics/builtin-object-size-phi.ll
  llvm/test/Transforms/LowerConstantIntrinsics/objectsize_basic.ll
  llvm/test/Transforms/MemCpyOpt/memcpy.ll
  llvm/test/Transforms/OpenMP/remove_globalization.ll
  llvm/test/Transforms/OpenMP/replace_globalization.ll

STAMPS
actor(@durin42) application(Differential) author(@durin42) herald(H343) herald(H428) herald(H438) herald(H462) herald(H497) herald(H529) herald(H576) herald(H615) herald(H624) herald(H628) herald(H640) herald(H644) herald(H678) herald(H823) herald(H854) herald(H864) monogram(D123087) object-type(DREV) phid(PHID-DREV-sfm3k3t4efgp55qwcur7) reviewer(@baziotis) reviewer(@jdoerfert) reviewer(@sstefan1) revision-repository(rG) revision-status(needs-review) subscriber(@asavonic) subscriber(@kuter) subscriber(@llvm-commits) subscriber(@okura) subscriber(@sstefan1) tag(#all) tag(#llvm) via(conduit)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123087.420326.patch
Type: text/x-patch
Size: 35704 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220404/b8d9b28b/attachment.bin>


More information about the llvm-commits mailing list