[llvm] [NFCI][msan] Refactor into 'horizontalReduce' (PR #152961)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 11 13:46:56 PDT 2025
================
@@ -2690,6 +2690,44 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
SC.Done(&I);
}
+ // Perform a bitwise OR on the horizontal pairs (or other specified grouping)
----------------
fmayer wrote:
If I only read this description, I'd have no idea what this does
https://github.com/llvm/llvm-project/pull/152961
More information about the llvm-commits
mailing list