[PATCH] D88062: [ARM] add .f16 -> .16 token alias

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 08:45:00 PDT 2020


ychen added a comment.

In D88062#2294780 <https://reviews.llvm.org/D88062#2294780>, @dmgreen wrote:

> Is this to ease porting between gcc and clang?

Yeah, sort of. There are not many uses of vst1.f16, so I could replace them with vst1.16 in the source code directly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88062



More information about the llvm-commits mailing list