Creating SVE intrinsics using IRBuilder

Is it possible to create llvm intrinsics for SVE using IR builder with the current implementation? If not, is it at all possible to generate SVE IR intrinsics?

Thanks,
Wyatt

Hey Wyatt,

Check out `sve-intrinsics-*` in `llvm/test/CodeGen/AArch64` to see
what intrinsics are currently supported. They can be generated like
any normal intrinsic would.

Does that answer your question?

-Cam