[all-commits] [llvm/llvm-project] ddd49c: [msan] Handle AVX512/AVX10 rcp and rsqrt (#158397)
Thurston Dang via All-commits
all-commits at lists.llvm.org
Mon Sep 15 12:19:35 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ddd49c61ccd96c6bb4b019a5627c3a303bc378e4
https://github.com/llvm/llvm-project/commit/ddd49c61ccd96c6bb4b019a5627c3a303bc378e4
Author: Thurston Dang <thurston at google.com>
Date: 2025-09-15 (Mon, 15 Sep 2025)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/test/Instrumentation/MemorySanitizer/X86/avx512-intrinsics.ll
M llvm/test/Instrumentation/MemorySanitizer/X86/avx512fp16-intrinsics.ll
M llvm/test/Instrumentation/MemorySanitizer/X86/avx512vl-intrinsics.ll
Log Message:
-----------
[msan] Handle AVX512/AVX10 rcp and rsqrt (#158397)
Adds a new handler, handleAVX512VectorGenericMaskedFP(), and applies it
to AVX512/AVX10 rcp and rsqrt
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