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

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 06:52:40 PDT 2019


t.p.northover added a comment.

I like the direction of this change, and the details look correct too.

The one thing I wonder about is whether we should be upgrading .bc files too (or otherwise support fp-only-sp in legacy inputs). I think it's a specialized enough feature that there won't be much older IR being mixed in, but can't be sure there's none. Anyone else got any views?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60691





More information about the llvm-commits mailing list