[llvm] [X86] Use GFNI for vXi8 shifts/rotates (PR #89115)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 18 06:12:34 PDT 2024
================
@@ -31345,7 +31392,8 @@ static SDValue LowerBITREVERSE(SDValue Op, const X86Subtarget &Subtarget,
// If we have GFNI, we can use GF2P8AFFINEQB to reverse the bits.
if (Subtarget.hasGFNI()) {
----------------
RKSimon wrote:
Don't forget Tremont :)
https://github.com/llvm/llvm-project/pull/89115
More information about the llvm-commits
mailing list