[PATCH] D50229: +fp16fml feature for ARM and AArch64

Bernard Ogden via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 4 02:21:25 PDT 2018


bogden added a reviewer: efriedma.
bogden added a comment.

Hello Eli -- Sjoerd pointed out that you had concerns about this sort of command-line manipulation in his patch https://reviews.llvm.org/D50179. I'm having to do something similar here to deal with +fp16fml being implied by +fp16 from v8.4-A, but implying +fp16 prior to that.

The intent that this is a temporary workaround to permit use of this feature, until the TargetParser becomes capable of expressing this kind of thing. Is it acceptable to commit on this basis?

Thanks


Repository:
  rC Clang

https://reviews.llvm.org/D50229





More information about the cfe-commits mailing list