[all-commits] [llvm/llvm-project] b05c71: [Verifier] Convert tests to opaque pointers (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue Jan 10 07:55:12 PST 2023


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

  Changed paths:
    R llvm/test/Verifier/2006-10-15-AddrLabel.ll
    R llvm/test/Verifier/2010-08-07-PointerIntrinsic.ll
    M llvm/test/Verifier/bitcast-address-space-nested-global-cycle.ll
    M llvm/test/Verifier/bitcast-address-space-nested-global.ll
    M llvm/test/Verifier/bitcast-address-space-through-constant-inttoptr-inside-gep-instruction.ll
    M llvm/test/Verifier/bitcast-address-space-through-constant-inttoptr.ll
    M llvm/test/Verifier/bitcast-address-space-through-gep.ll
    M llvm/test/Verifier/bitcast-address-spaces.ll
    M llvm/test/Verifier/bitcast-alias-address-space.ll
    M llvm/test/Verifier/bitcast-pointer-vector-neg.ll
    M llvm/test/Verifier/bitcast-vector-pointer-pos.ll
    M llvm/test/Verifier/byref.ll
    M llvm/test/Verifier/elementtype.ll
    M llvm/test/Verifier/gcroot.ll
    M llvm/test/Verifier/global-ctors-2.ll
    M llvm/test/Verifier/ifunc.ll
    M llvm/test/Verifier/inalloca1.ll
    M llvm/test/Verifier/inline-asm-indirect-operand.ll
    M llvm/test/Verifier/intrinsic-immarg.ll
    M llvm/test/Verifier/invalid-statepoint.ll
    M llvm/test/Verifier/matrix-intrinsics.ll
    M llvm/test/Verifier/preallocated-invalid.ll
    M llvm/test/Verifier/scatter_gather.ll
    M llvm/test/Verifier/swifterror.ll
    R llvm/test/Verifier/x86_amx8.ll

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

Some tests are removed because they check conditions that
are not relevant with opaque pointers.




More information about the All-commits mailing list