diff options
author | Thurston Dang <thurston@google.com> | 2025-02-05 19:54:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-05 19:54:45 -0800 |
commit | c9446ff8a3d9535854404aef771da362856a5f02 (patch) | |
tree | 30f20821d3bf5c6768830adc8e82514de8fb0b62 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | de5f6432efa2cf4dde6b85cbdea1db50c79758c2 (diff) | |
download | llvm-c9446ff8a3d9535854404aef771da362856a5f02.zip llvm-c9446ff8a3d9535854404aef771da362856a5f02.tar.gz llvm-c9446ff8a3d9535854404aef771da362856a5f02.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions