[all-commits] [llvm/llvm-project] f03262: [MSan] Copy tests for 32-bit architectures (#111835)

k-kashapov via All-commits all-commits at lists.llvm.org
Mon Oct 14 15:39:57 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f032622dd2e4df931f929636667c8006d583b551
      https://github.com/llvm/llvm-project/commit/f032622dd2e4df931f929636667c8006d583b551
  Author: k-kashapov <52855633+k-kashapov at users.noreply.github.com>
  Date:   2024-10-14 (Mon, 14 Oct 2024)

  Changed paths:
    A llvm/test/Instrumentation/MemorySanitizer/ARM32/vararg-arm32.ll
    A llvm/test/Instrumentation/MemorySanitizer/Mips32/vararg-mips.ll
    A llvm/test/Instrumentation/MemorySanitizer/Mips32/vararg-mipsel.ll
    A llvm/test/Instrumentation/MemorySanitizer/PowerPC32/kernel-ppcle.ll
    A llvm/test/Instrumentation/MemorySanitizer/PowerPC32/vararg-ppc.ll
    A llvm/test/Instrumentation/MemorySanitizer/PowerPC32/vararg-ppcle.ll
    A llvm/test/Instrumentation/MemorySanitizer/RISCV32/vararg-riscv32.ll
    R llvm/test/Instrumentation/MemorySanitizer/X86/vararg.ll
    A llvm/test/Instrumentation/MemorySanitizer/i386/avx-intrinsics-x86.ll
    A llvm/test/Instrumentation/MemorySanitizer/i386/avx2-intrinsics-x86.ll
    A llvm/test/Instrumentation/MemorySanitizer/i386/mmx-intrinsics.ll
    A llvm/test/Instrumentation/MemorySanitizer/i386/msan_x86_bts_asm.ll
    A llvm/test/Instrumentation/MemorySanitizer/i386/msan_x86intrinsics.ll
    A llvm/test/Instrumentation/MemorySanitizer/i386/sse-intrinsics-x86.ll
    A llvm/test/Instrumentation/MemorySanitizer/i386/sse2-intrinsics-x86.ll
    A llvm/test/Instrumentation/MemorySanitizer/i386/sse41-intrinsics-x86.ll
    A llvm/test/Instrumentation/MemorySanitizer/i386/vararg-too-large.ll
    A llvm/test/Instrumentation/MemorySanitizer/i386/vararg.ll
    A llvm/test/Instrumentation/MemorySanitizer/i386/vararg_call.ll
    A llvm/test/Instrumentation/MemorySanitizer/i386/vararg_shadow.ll

  Log Message:
  -----------
  [MSan] Copy tests for 32-bit architectures (#111835)

As discussed in https://github.com/llvm/llvm-project/pull/109284
Copied msan tests from 64-bit platforms to following 32-bit platforms:
* MIPS
* ARM
* RISCV
* PowerPC
* i386

Most of the tests have been copied form mips64.
Target triple and test contents have not been changed: to be done in
next PR.

---------

Co-authored-by: Kamil Kashapov <kashapov at ispras.ru>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list