[all-commits] [llvm/llvm-project] 3a0c33: [msan] Handle Arm NEON pairwise min/max instructio...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sat Mar 8 19:17:27 PST 2025
Branch: refs/heads/users/vitalybuka/spr/ir-optimize-cfi-in-writecombinedglobalvaluesummary
Home: https://github.com/llvm/llvm-project
Commit: 3a0c33afd1b3085d958e89c1c0c8a8b8c0f34739
https://github.com/llvm/llvm-project/commit/3a0c33afd1b3085d958e89c1c0c8a8b8c0f34739
Author: Thurston Dang <thurston at google.com>
Date: 2025-03-08 (Sat, 08 Mar 2025)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-vmax.ll
Log Message:
-----------
[msan] Handle Arm NEON pairwise min/max instructions (#129824)
Change the handling of:
- llvm.aarch64.neon.fmaxp
- llvm.aarch64.neon.fminp
- llvm.aarch64.neon.fmaxnmp
- llvm.aarch64.neon.fminnmp
- llvm.aarch64.neon.smaxp
- llvm.aarch64.neon.sminp
- llvm.aarch64.neon.umaxp
- llvm.aarch64.neon.uminp
from the incorrect heuristic handler (maybeHandleSimpleNomemIntrinsic)
to handlePairwiseShadowOrIntrinsic.
Updates the tests from https://github.com/llvm/llvm-project/pull/129760
Adds a note that maybeHandleSimpleNomemIntrinsic may incorrectly match
horizontal/pairwise intrinsics.
Commit: 58ace30ebcd2cf2a34272fafe556a99473492b39
https://github.com/llvm/llvm-project/commit/58ace30ebcd2cf2a34272fafe556a99473492b39
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2025-03-08 (Sat, 08 Mar 2025)
Changed paths:
M llvm/include/llvm/IR/ModuleSummaryIndex.h
M llvm/include/llvm/IR/ModuleSummaryIndexYAML.h
Log Message:
-----------
[NFC][YAML] Replace iterators with simple getter (#130449)
To simplify #130382.
Commit: 8cd85cad75667aa9f273a78ba3ce0913dc865fde
https://github.com/llvm/llvm-project/commit/8cd85cad75667aa9f273a78ba3ce0913dc865fde
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2025-03-08 (Sat, 08 Mar 2025)
Changed paths:
M llvm/include/llvm/IR/ModuleSummaryIndexYAML.h
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/test/Instrumentation/MemorySanitizer/AArch64/arm64-vmax.ll
Log Message:
-----------
rebase
Created using spr 1.3.4
Compare: https://github.com/llvm/llvm-project/compare/cdf7a77344a6...8cd85cad7566
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