================
@@ -328,6 +328,9 @@ static const X86FoldTableEntry Table2Addr[] = {
{X86::SUB8ri_NF, X86::SUB8mi_NF, TB_NO_REVERSE},
{X86::SUB8rr, X86::SUB8mr, TB_NO_REVERSE},
{X86::SUB8rr_NF, X86::SUB8mr_NF, TB_NO_REVERSE},
+ {X86::VPMOVSSDBZ128rrk, X86::VPMOVSSDBZ128mrk, TB_NO_REVERSE},
+ {X86::VPMOVSSDBZ256rrk, X86::VPMOVSSDBZ256mrk, TB_NO_REVERSE},
+ {X86::VPMOVSSDBZrrk, X86::VPMOVSSDBZmrk, TB_NO_REVERSE},
----------------
ganeshgit wrote:
Now we also use select version like other intrinsics for vcvtps22bf8. That was
pending from your previous review comment. Addressed now. Thanks for reminding.
https://github.com/llvm/llvm-project/pull/206888
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits