[llvm] [X86] Enable custom lowering of 256/512-bit vXi32 and vXi64 CLMUL nodes (PR #177554)

Folkert de Vries via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 17 04:07:04 PST 2026


folkertdev wrote:

I think for that one you need to at least have some `pclmulqdq` already. Currently with the LLVM 22 branch we just get the scalar expansion despite enabling `pclmulqdq`: https://godbolt.org/z/ohjbvKjzb

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


More information about the llvm-commits mailing list