[PATCH] D98487: [AArch64][SVE/NEON] Add support for FROUNDEVEN for both NEON and fixed length SVE
Dave Green via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 15 04:49:04 PDT 2021
dmgreen added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsAArch64.td:476
- // intrinsic.
- def int_aarch64_neon_frintn : AdvSIMD_1FloatArg_Intrinsic;
-
----------------
If you are removing the old intrinsic (which is great), then it will need some AutoUpgrade code from the old to the new. Hopefully in this case that's pretty simple. Look for how aarch64.rbit is done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98487/new/
https://reviews.llvm.org/D98487
More information about the cfe-commits
mailing list