[PATCH] D60691: [ARM] Replace fp-only-sp and d16 with fp64 and d32.

Dave Green via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 17 10:10:05 PDT 2019


dmgreen added a comment.

I don't think we here care about auto-updating, not supporting bitcode/lto libraries.



================
Comment at: llvm/lib/Target/ARM/ARMFastISel.cpp:1362
+  if (Ty->isDoubleTy() && (!Subtarget->hasVFP2Base() || !Subtarget->hasFP64()))
+ return false;
 
----------------
Some of the formatting here got a little messed up.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60691/new/

https://reviews.llvm.org/D60691





More information about the cfe-commits mailing list