[clang] [compiler-rt] [llvm] [X86] AVX10_V2_AUX Implementation (PR #206888)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 7 13:47:19 PDT 2026
================
@@ -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
More information about the cfe-commits
mailing list