On Mon, Jun 22, 2015 at 1:49 PM Akira Hatanaka <ahata...@gmail.com> wrote:

> In http://reviews.llvm.org/D10414#191915, @echristo wrote:
>
> > Another possibility is that this gets mapped as a normal command line
> option passed into cc1 and then it can just be a subtarget feature?
>
>
> Would it look something like this in the IR?
>
> "target-features"="+neon,+vfp3,arn-restrict-it=false"
>

was thinking of more just:

"target-features"="+neon,+vfp3,-restrict-it"

Though if we're going for "restrict-it" blocks perhaps a better name that
works well with +/-?

I've generally stayed away from turning command line options into features,
but in the case of something that appears to turn on actual code generation
features it seems like it might be reasonable.

-eric


>
>
> http://reviews.llvm.org/D10414
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to