[all-commits] [llvm/llvm-project] 3ff17b: [msan][test] Remove legacy PM style opt -foo tests

Fangrui Song via All-commits all-commits at lists.llvm.org
Fri Apr 15 21:08:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ff17b053ee58fff7ce9bebfd1801caa8d6def8d
      https://github.com/llvm/llvm-project/commit/3ff17b053ee58fff7ce9bebfd1801caa8d6def8d
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-04-15 (Fri, 15 Apr 2022)

  Changed paths:
    M llvm/test/Instrumentation/MemorySanitizer/AArch64/vararg.ll
    M llvm/test/Instrumentation/MemorySanitizer/Mips/vararg-mips64.ll
    M llvm/test/Instrumentation/MemorySanitizer/Mips/vararg-mips64el.ll
    M llvm/test/Instrumentation/MemorySanitizer/PowerPC/vararg-ppc64.ll
    M llvm/test/Instrumentation/MemorySanitizer/PowerPC/vararg-ppc64le.ll
    M llvm/test/Instrumentation/MemorySanitizer/SystemZ/vararg-kernel.ll
    M llvm/test/Instrumentation/MemorySanitizer/SystemZ/vararg.ll
    M llvm/test/Instrumentation/MemorySanitizer/X86/vararg-too-large.ll
    M llvm/test/Instrumentation/MemorySanitizer/X86/vararg.ll
    M llvm/test/Instrumentation/MemorySanitizer/X86/vararg_call.ll
    M llvm/test/Instrumentation/MemorySanitizer/abs-vector.ll
    M llvm/test/Instrumentation/MemorySanitizer/alloca.ll
    M llvm/test/Instrumentation/MemorySanitizer/array_types.ll
    M llvm/test/Instrumentation/MemorySanitizer/atomics.ll
    M llvm/test/Instrumentation/MemorySanitizer/bmi.ll
    M llvm/test/Instrumentation/MemorySanitizer/byval-alignment.ll
    M llvm/test/Instrumentation/MemorySanitizer/byval.ll
    M llvm/test/Instrumentation/MemorySanitizer/check-constant-shadow.ll
    M llvm/test/Instrumentation/MemorySanitizer/check_access_address.ll
    M llvm/test/Instrumentation/MemorySanitizer/clmul.ll
    M llvm/test/Instrumentation/MemorySanitizer/csr.ll
    M llvm/test/Instrumentation/MemorySanitizer/freeze.ll
    M llvm/test/Instrumentation/MemorySanitizer/instrumentation-with-call-threshold.ll
    M llvm/test/Instrumentation/MemorySanitizer/libatomic.ll
    M llvm/test/Instrumentation/MemorySanitizer/manual-shadow.ll
    M llvm/test/Instrumentation/MemorySanitizer/masked-store-load.ll
    M llvm/test/Instrumentation/MemorySanitizer/missing_origin.ll
    M llvm/test/Instrumentation/MemorySanitizer/msan_asm_conservative.ll
    M llvm/test/Instrumentation/MemorySanitizer/msan_kernel_basic.ll
    M llvm/test/Instrumentation/MemorySanitizer/msan_llvm_is_constant.ll
    M llvm/test/Instrumentation/MemorySanitizer/msan_x86_bts_asm.ll
    M llvm/test/Instrumentation/MemorySanitizer/msan_x86intrinsics.ll
    M llvm/test/Instrumentation/MemorySanitizer/mul_by_constant.ll
    M llvm/test/Instrumentation/MemorySanitizer/no-check-rt-unaligned.ll
    M llvm/test/Instrumentation/MemorySanitizer/nosanitize.ll
    M llvm/test/Instrumentation/MemorySanitizer/origin-alignment.ll
    M llvm/test/Instrumentation/MemorySanitizer/origin-array.ll
    M llvm/test/Instrumentation/MemorySanitizer/pr32842.ll
    M llvm/test/Instrumentation/MemorySanitizer/return_from_main.ll
    M llvm/test/Instrumentation/MemorySanitizer/store-long-origin.ll
    M llvm/test/Instrumentation/MemorySanitizer/store-origin.ll
    M llvm/test/Instrumentation/MemorySanitizer/str-nobuiltin.ll
    M llvm/test/Instrumentation/MemorySanitizer/unreachable.ll
    M llvm/test/Instrumentation/MemorySanitizer/unsized_type.ll
    M llvm/test/Instrumentation/MemorySanitizer/vector_arith.ll
    M llvm/test/Instrumentation/MemorySanitizer/vector_cmp.ll
    M llvm/test/Instrumentation/MemorySanitizer/vector_cvt.ll
    M llvm/test/Instrumentation/MemorySanitizer/vector_pack.ll
    M llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll
    M llvm/test/Instrumentation/MemorySanitizer/with-call-type-size.ll

  Log Message:
  -----------
  [msan][test] Remove legacy PM style opt -foo tests




More information about the All-commits mailing list