[llvm] [ISel] Introduce llvm.clmul intrinsic (PR #168731)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 20 08:57:21 PST 2025
================
@@ -767,6 +767,11 @@ enum NodeType {
FSHL,
FSHR,
+ /// Carry-less multiplication operations.
+ CLMUL,
+ CLMULR,
----------------
topperc wrote:
Do we need to introduce CLMULR/CLMULH in this patch? These feel like optimizations that can be done separate from basic enabling.
https://github.com/llvm/llvm-project/pull/168731
More information about the llvm-commits
mailing list