[llvm] [msan] Approximately handle AVX Galois Field Affine Transformation (PR #150794)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 29 19:13:26 PDT 2025
================
@@ -5604,6 +5677,14 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
break;
}
+ // AVX Galois Field New Instructions
+ case Intrinsic::x86_vgf2p8affineqb_128:
+ case Intrinsic::x86_vgf2p8affineqb_256:
+ case Intrinsic::x86_vgf2p8affineqb_512: {
----------------
thurstond wrote:
Removed
https://github.com/llvm/llvm-project/pull/150794
More information about the llvm-commits
mailing list