Open
Description
This issue is just to track llvm/llvm-project#99547. After that is fixed, we can remove binary_asm_labels
and allow using 0:
and 1:
on x86.
Relevant issues:
inteldialect
does not handle labels0:
or1:
onx86
llvm/llvm-project#99547- in asm!() using a local numeric label made of all 0's and 1's gives a confusing error #94426
Relevant PRs:
Metadata
Metadata
Assignees
Labels
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Inline assembly (`asm!(…)`)Category: PRs that clean code up or issues documenting cleanup.Lint: LLVM parses labels like 0, 1, 10, 11, etc. oddlyRelevant to the compiler team, which will review and decide on the PR/issue.