[SVE] Add intrinsics for uniform dsp operations that explicitly undefine the...
[SVE] Add intrinsics for uniform dsp operations that explicitly undefine the result for inactive lanes. This patch adds new intrinsics for uniform dsp operations and changes the lowering for the following builtins to emit calls to the new aarch64.sve.###.u intrinsics. svsqsub_x svsqsub_n_x svuqsub_x svuqsub_n_x svsqsubr_x svsqsubr_n_x svuqsubr_x svuqsubr_n_x Reviewed By: Paul Walker Differential Revision: https://reviews.llvm.org/D144704
Loading
Please sign in to comment