Skip to content

llvm: expose inline assembly properties - #6

Merged
cpunion merged 2 commits into
llvm-corofrom
coro/inlineasm-introspection
Aug 1, 2026
Merged

llvm: expose inline assembly properties#6
cpunion merged 2 commits into
llvm-corofrom
coro/inlineasm-introspection

Conversation

@cpunion

@cpunion cpunion commented Aug 1, 2026

Copy link
Copy Markdown
Owner

Expose read-only accessors for LLVM inline-assembly values:

  • assembly template and constraint string
  • side-effect, aligned-stack, dialect, and can-throw properties
  • binding test covering every exposed field

This lets consumers validate a bounded set of translator-owned inline assembly without treating arbitrary inline asm as safe. The implementation uses stable LLVM C++ InlineAsm accessors and targets the coroutine branch’s LLVM 19–22 support range.

@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@cpunion
cpunion merged commit a37656e into llvm-coro Aug 1, 2026
4 checks passed
@cpunion
cpunion deleted the coro/inlineasm-introspection branch August 1, 2026 09:02
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.

1 participant