[all-commits] [llvm/llvm-project] 0ecf79: [llvm] Update WPD tests to use opaque pointers

PiJoules via All-commits all-commits at lists.llvm.org
Tue Oct 11 15:30:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ecf7965929c4477c8b9821c68e0ad66b012d8fe
      https://github.com/llvm/llvm-project/commit/0ecf7965929c4477c8b9821c68e0ad66b012d8fe
  Author: Leonard Chan <leonardchan at google.com>
  Date:   2022-10-11 (Tue, 11 Oct 2022)

  Changed paths:
    M llvm/test/Transforms/WholeProgramDevirt/bad-read-from-vtable.ll
    M llvm/test/Transforms/WholeProgramDevirt/branch-funnel-threshold.ll
    M llvm/test/Transforms/WholeProgramDevirt/branch-funnel.ll
    M llvm/test/Transforms/WholeProgramDevirt/constant-arg.ll
    M llvm/test/Transforms/WholeProgramDevirt/devirt-single-impl-check.ll
    M llvm/test/Transforms/WholeProgramDevirt/devirt-single-impl-multiple-assumes.ll
    M llvm/test/Transforms/WholeProgramDevirt/devirt-single-impl.ll
    M llvm/test/Transforms/WholeProgramDevirt/devirt-single-impl2.ll
    M llvm/test/Transforms/WholeProgramDevirt/devirt_single_after_filtering_unreachable_function.ll
    M llvm/test/Transforms/WholeProgramDevirt/expand-check.ll
    M llvm/test/Transforms/WholeProgramDevirt/export-single-impl.ll
    M llvm/test/Transforms/WholeProgramDevirt/export-uniform-ret-val.ll
    M llvm/test/Transforms/WholeProgramDevirt/export-unique-ret-val.ll
    M llvm/test/Transforms/WholeProgramDevirt/export-unsuccessful-checked.ll
    M llvm/test/Transforms/WholeProgramDevirt/export-vcp.ll
    M llvm/test/Transforms/WholeProgramDevirt/import-indir.ll
    R llvm/test/Transforms/WholeProgramDevirt/import-no-dominating-assume.ll
    M llvm/test/Transforms/WholeProgramDevirt/import.ll
    M llvm/test/Transforms/WholeProgramDevirt/non-constant-vtable.ll
    M llvm/test/Transforms/WholeProgramDevirt/pointer-vtable.ll
    M llvm/test/Transforms/WholeProgramDevirt/soa-vtable.ll
    M llvm/test/Transforms/WholeProgramDevirt/struct-vtable.ll
    M llvm/test/Transforms/WholeProgramDevirt/uniform-retval-invoke.ll
    M llvm/test/Transforms/WholeProgramDevirt/uniform-retval-multiple-assumes.ll
    M llvm/test/Transforms/WholeProgramDevirt/uniform-retval.ll
    M llvm/test/Transforms/WholeProgramDevirt/unique-retval-multiple-assumes.ll
    M llvm/test/Transforms/WholeProgramDevirt/unique-retval-same-vtable.ll
    M llvm/test/Transforms/WholeProgramDevirt/unique-retval.ll
    M llvm/test/Transforms/WholeProgramDevirt/vcp-accesses-memory.ll
    M llvm/test/Transforms/WholeProgramDevirt/vcp-decl.ll
    M llvm/test/Transforms/WholeProgramDevirt/vcp-no-this.ll
    M llvm/test/Transforms/WholeProgramDevirt/vcp-non-constant-arg.ll
    M llvm/test/Transforms/WholeProgramDevirt/vcp-too-wide-ints.ll
    M llvm/test/Transforms/WholeProgramDevirt/vcp-type-mismatch.ll
    M llvm/test/Transforms/WholeProgramDevirt/vcp-uses-this.ll
    M llvm/test/Transforms/WholeProgramDevirt/virtual-const-prop-begin.ll
    M llvm/test/Transforms/WholeProgramDevirt/virtual-const-prop-check.ll
    M llvm/test/Transforms/WholeProgramDevirt/virtual-const-prop-end.ll
    M llvm/test/Transforms/WholeProgramDevirt/virtual-const-prop-multiple-assumes.ll
    M llvm/test/Transforms/WholeProgramDevirt/vtable-decl.ll

  Log Message:
  -----------
  [llvm] Update WPD tests to use opaque pointers

Differential Revision: https://reviews.llvm.org/D135611




More information about the All-commits mailing list