[all-commits] [llvm/llvm-project] f01a3a: [RewriteStatepointsForGC] Convert some tests to op...

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue Jan 3 05:27:44 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f01a3a893c147c1594b9a3fbd817456b209dabbf
      https://github.com/llvm/llvm-project/commit/f01a3a893c147c1594b9a3fbd817456b209dabbf
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-01-03 (Tue, 03 Jan 2023)

  Changed paths:
    M llvm/test/Transforms/RewriteStatepointsForGC/base-inference.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/base-inttoptr.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-1.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-10.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-11.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-12.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-13.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-2.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-4.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-5.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-6.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-7.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-8.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/base-pointers-9.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/base-pointers.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/base-vector-inseltpoison.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/base-vector.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/basic.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/basics.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/check_traversal_order-inseltpoison.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/check_traversal_order.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/codegen-cond.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/constants.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/deopt-intrinsic.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/deref-pointers.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/drop-invalid-metadata.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/freeze.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/intrinsics-bare.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/intrinsics.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/live-vector-nosplit-inseltpoison.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/live-vector-nosplit.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/meetBDVState-hangs.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/patchable-statepoints.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/phi-vector-bitcast.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/pr55308.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/pr56493.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/rewrite-invoke.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/scalar-base-vector-2.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/scalar-base-vector.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/single-base.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/statepoint-attrs.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/statepoint-calling-conventions.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/statepoint-format.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/strip-invalid-attributes.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/two-invokes-one-landingpad.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/unordered-atomic-memcpy-no-deopt.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/unordered-atomic-memcpy.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/unreachable-regression.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/vector-bitcast.ll
    M llvm/test/Transforms/RewriteStatepointsForGC/vector-nonlive-clobber.ll

  Log Message:
  -----------
  [RewriteStatepointsForGC] Convert some tests to opaque pointers (NFC)




More information about the All-commits mailing list