[llvm] [msan] Generalize handlePairwiseShadowOrIntrinsic, and handle x86 pairwise add/sub (PR #127567)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 18 10:58:23 PST 2025


================
@@ -2653,6 +2688,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
     OrShadow = CreateShadowCast(IRB, OrShadow, getShadowTy(&I));
 
     setShadow(&I, OrShadow);
+
----------------
fmayer wrote:

stray change

https://github.com/llvm/llvm-project/pull/127567


More information about the llvm-commits mailing list