[llvm] [msan] Handle llvm.x86.vcvtps2ph.128/256 explicitly (PR #130705)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 13 08:59:57 PDT 2025
================
@@ -4868,6 +4928,12 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
break;
}
+ case Intrinsic::x86_vcvtps2ph_128:
----------------
thurstond wrote:
They're not handled yet. The following would need to be added:
1) unit tests
2) generalize the handler function in this patch to handle the return type potentially having fewer vector elements than the input type
https://github.com/llvm/llvm-project/pull/130705
More information about the llvm-commits
mailing list