[clang] [llvm] [AArch64] Add 9.7 CVT data processing intrinsics (PR #186807)

via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 23 06:35:24 PDT 2026


================

----------------
Lukacma wrote:

```suggestion
def int_aarch64_sve_scvtfb: DefaultAttrsIntrinsic<[llvm_anyfloat_ty], [llvm_anyint_ty], [IntrNoMem]>;
def int_aarch64_sve_scvtft: DefaultAttrsIntrinsic<[llvm_anyfloat_ty], [llvm_anyint_ty], [IntrNoMem]>;
```
Unfortunately we dont have precise IITType for this so we will need to add less constraint overload here. That should be fine though.

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


More information about the llvm-commits mailing list