[llvm] [X86] Use BMM for bitreverse without GFNI (PR #209223)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 03:21:28 PDT 2026


Disservin wrote:

sorry @RKSimon i saw that the block was guard by `hasBWI` which is also not need for this to work, i.e. `; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+avx512vl,+avx512bmm | FileCheck %s --check-prefixes=CHECK,BMM` should also use bitrev.. so it has to be a new block

https://github.com/llvm/llvm-project/pull/209223


More information about the llvm-commits mailing list