[all-commits] [llvm/llvm-project] 2a84e1: [msan][NFCI] Add tests for vector reduce fadd/fmul...
Thurston Dang via All-commits
all-commits at lists.llvm.org
Mon Feb 3 16:43:24 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a84e1e65ad7f84c2dbcf37241a7d1805a523e0d
https://github.com/llvm/llvm-project/commit/2a84e1e65ad7f84c2dbcf37241a7d1805a523e0d
Author: Thurston Dang <thurston at google.com>
Date: 2025-02-03 (Mon, 03 Feb 2025)
Changed paths:
A llvm/test/Instrumentation/MemorySanitizer/vector-reduce-fadd.ll
A llvm/test/Instrumentation/MemorySanitizer/vector-reduce-fmul.ll
Log Message:
-----------
[msan][NFCI] Add tests for vector reduce fadd/fmul (#125597)
Currently handled incorrectly by visitInstruction:
- llvm.vector.reduce.fadd
- llvm.vector.reduce.fmul
Forked from llvm/test/CodeGen/X86/vector-reduce-f{add,mul}.ll
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