[llvm-bugs] [Bug 31926] New: We should have an unrestricted number of subtarget features
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Feb 9 19:42:17 PST 2017
https://llvm.org/bugs/show_bug.cgi?id=31926
Bug ID: 31926
Summary: We should have an unrestricted number of subtarget
features
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Common Code Generator Code
Assignee: unassignedbugs at nondot.org
Reporter: matze at braunis.de
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
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.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170210/be5b0325/attachment-0001.html>
More information about the llvm-bugs
mailing list