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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to