shiva0217 added a comment.

In D57497#1388350 <https://reviews.llvm.org/D57497#1388350>, @apazos wrote:

> If this is a target flag in GCC, shouldn't we make it a LLVM Target feature 
> and pass it as -mattr, just like done for mrelax?


Hi Ana,
It seems that most of the -mattr features only obtain on/off without assigning 
a value.
For -mfpu=vfp4,  each fpu configuration will be declared as a feature (e.g. 
FeatureVFP4) and the configurations are limited,
but the threshold value could be any number. 
Did you mean declare as a target feature in `RISCV.td` or I misunderstanding 
something?


Repository:
  rC Clang

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

https://reviews.llvm.org/D57497



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

Reply via email to