-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Remove binary_asm_labels once the LLVM issue is fixed #127937
Copy link
Copy link
Open
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.A-inline-assemblyArea: Inline assembly (`asm!(…)`)Area: Inline assembly (`asm!(…)`)C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.L-binary_asm_labelsLint: LLVM parses labels like 0, 1, 10, 11, etc. oddlyLint: LLVM parses labels like 0, 1, 10, 11, etc. oddlyT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.A-inline-assemblyArea: Inline assembly (`asm!(…)`)Area: Inline assembly (`asm!(…)`)C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.L-binary_asm_labelsLint: LLVM parses labels like 0, 1, 10, 11, etc. oddlyLint: LLVM parses labels like 0, 1, 10, 11, etc. oddlyT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
This issue is just to track llvm/llvm-project#99547. After that is fixed, we can remove
binary_asm_labelsand allow using0:and1:on x86.Relevant issues:
inteldialectdoes not handle labels0:or1:onx86llvm/llvm-project#99547Relevant PRs:
binary_asm_labelsto only fire on x86 and x86_64 #127935