[all-commits] [llvm/llvm-project] c9446f: [msan] Handle Arm NEON floating-point min/max (vec...
Thurston Dang via All-commits
all-commits at lists.llvm.org
Wed Feb 5 19:55:06 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c9446ff8a3d9535854404aef771da362856a5f02
https://github.com/llvm/llvm-project/commit/c9446ff8a3d9535854404aef771da362856a5f02
Author: Thurston Dang <thurston at google.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-fminv.ll
Log Message:
-----------
[msan] Handle Arm NEON floating-point min/max (vector) (#125778)
Apply handleVectorReduceIntrinsic() to Intrinsic::aarch64_neon_f{min,max}(mn)?v. Previously, these intrinsics were handled correctly (by maybeHandleSimpleNomemIntrinsic) if each parameter's type was the same as the return type; otherwise, they were handled suboptimally by visitInstruction().
Updates the tests from https://github.com/llvm/llvm-project/pull/125729.
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