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: unassignedb...@nondot.org Reporter: ma...@braunis.de CC: llvm-bugs@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.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs