[llvm] [msan] Add debugging for handleUnknownIntrinsic (PR #123381)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 17 10:04:59 PST 2025
================
@@ -4033,6 +4041,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
void visitIntrinsicInst(IntrinsicInst &I) {
switch (I.getIntrinsicID()) {
+#if 0
----------------
thurstond wrote:
Thanks, this patch adds debugging but I accidentally left in too much debugging.
https://github.com/llvm/llvm-project/pull/123381
More information about the llvm-commits
mailing list