[llvm] [AArch64][ISel] Add lowering for i8 clmul intrinsics (PR #177323)

Cullen Rhodes via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 22 02:50:59 PST 2026


================
@@ -1498,6 +1498,8 @@ AArch64TargetLowering::AArch64TargetLowering(const TargetMachine &TM,
       }
     }
 
+    setOperationAction(ISD::CLMUL, MVT::v16i8, Legal);
----------------
c-rhodes wrote:

also make v8i8 legal?

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


More information about the llvm-commits mailing list