[llvm] [msan] Convert target("aarch64.svcount") from compile-time crash to MSan false negatives (PR #165028)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 24 12:50:40 PDT 2025
================
@@ -1544,6 +1545,27 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
}
}
+ static bool isAArch64SVCount(Type *Ty) {
+ if (!isa<TargetExtType>(Ty))
----------------
thurstond wrote:
Replaced
https://github.com/llvm/llvm-project/pull/165028
More information about the llvm-commits
mailing list