[all-commits] [llvm/llvm-project] cdf52a: [msan][NFCI] Generalize handleVectorPmaddIntrinsic...
Thurston Dang via All-commits
all-commits at lists.llvm.org
Tue Nov 4 19:52:47 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cdf52a1325e6329cef267ca93886481ddc5d554d
https://github.com/llvm/llvm-project/commit/cdf52a1325e6329cef267ca93886481ddc5d554d
Author: Thurston Dang <thurston at google.com>
Date: 2025-11-04 (Tue, 04 Nov 2025)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
Log Message:
-----------
[msan][NFCI] Generalize handleVectorPmaddIntrinsic() (#166282)
This generalizes `handleVectorPmaddIntrinsic()`:
- potentially handle floating-point type intrinsics (e.g.,
`llvm.x86.avx512bf16.dpbf16ps.512`). This usage is not enabled yet.
- "multiplication with an initialized zero guarantees that the
corresponding output becomes initialized" is now gated by a parameter
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