paulwalker-arm accepted this revision.
paulwalker-arm added a comment.
This revision is now accepted and ready to land.
The commit message is incorrect because the SVE Clang builtins are not named
`mla_u` and so should read `SVE integer mla_x/mls_x builtins` Other than that
the patch looks good
mgabka added inline comments.
Comment at: llvm/include/llvm/IR/IntrinsicsAArch64.td:1665
def int_aarch64_sve_mla_lane : AdvSIMD_3VectorArgIndexed_Intrinsic;
+def int_aarch64_sve_mla_u : AdvSIMD_Pred3VectorArg_Intrinsic;
def int_aarch64_sve_mls: AdvSIMD_Pred3Vecto