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

Make sure not to drop used labels #322

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Make sure not to drop used labels #322

merged 1 commit into from
Oct 10, 2024

Conversation

pacak
Copy link
Owner

@pacak pacak commented Oct 10, 2024

Regexp find returns the whole group, including non capturing part, so we can't use it directly. This MR makes regexes more private and uses capture groups to extract labels

Fixes #318

Regexp find returns the whole group, including non capturing part, so we
can't use it directly. This MR makes regexes more private and uses
capture groups to extract labels

Fixes #318
@pacak pacak merged commit 1fe70a0 into master Oct 10, 2024
3 checks passed
@pacak pacak deleted the labels branch October 10, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ASM output removing labels used by cbz and cbnz instructions on aarch64
1 participant