[llvm] [WebAssembly] Fix lowering of (extending) loads from addrspace(1) globals (PR #155937)
Sam Parker via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 4 02:06:20 PDT 2025
================
@@ -3637,6 +3755,184 @@ static SDValue performMulCombine(SDNode *N,
}
}
+static SDValue performANDCombine(SDNode *N,
----------------
sparker-arm wrote:
Yes, I agree... this shouldn't be the way to go.
https://github.com/llvm/llvm-project/pull/155937
More information about the llvm-commits
mailing list