================ ---------------- ahmednoursphinx wrote:
`v32i1`/`v64i1` types are only **legal** with `HasBWI`. The pseudo instructions (lines 3157-3158) inherit `HasAVX512` from the multiclass, but the explicit bitconvert patterns (lines 3194-3197) need `HasBWI` to prevent matching on non-BWI targets where these vector types would be illegal. https://github.com/llvm/llvm-project/pull/166178 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
