================
@@ -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