================ @@ -1518,3 +1518,9 @@ def X86vpmaddwd_su : PatFrag<(ops node:$lhs, node:$rhs), return N->hasOneUse(); }]>; +// Bit reverse bytes operation +def x86vpbitrevb : SDNode<"X86ISD::VPBITREVB", SDTShuff1Op>; ---------------- RKSimon wrote:
I really hope we can avoid this and use ISD::BIREVERSE legal ops directly https://github.com/llvm/llvm-project/pull/179150 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
