Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We should have an unrestricted number of subtarget features #31274

Open
MatzeB opened this issue Feb 10, 2017 · 0 comments
Open

We should have an unrestricted number of subtarget features #31274

MatzeB opened this issue Feb 10, 2017 · 0 comments
Labels
bugzilla Issues migrated from bugzilla llvm:codegen

Comments

@MatzeB
Copy link
Contributor

MatzeB commented Feb 10, 2017

Bugzilla Link 31926
Version trunk
OS All
CC @francisvm,@hfinkel

Extended Description

We currently have a MAX_SUBTARGET_FEATURES value in include/llvm/MC/SubtargetFeature.h we need to increase this value a lot lately: From 64 to 96 in Jul/2015 and from 64 to 128 in Dec 2015, and are hitting the limit again now.

We should rearchitecut the related code instead of continuing to increase the limit as a reaction to someone adding a new feature.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla llvm:codegen
Projects
None yet
Development

No branches or pull requests

1 participant