We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, developers of llvm-hs-quote.
I'd like to have a new feature, an antiquote for jump label $label:.
$label:
The following is my hope.
-- (THIS IS JUST MY HOPE) mod :: AST.Name -> AST.Module mod lab = [Quote.LLVM.llmod| ; ModuleID = 'simple module' define i32 @foo(i32 %x) { $label:lab %x.addr = alloca i32 store i32 %x, i32* %x.addr ret i32 1001 } |]
The text was updated successfully, but these errors were encountered:
$id
Sounds sensible to me.
Sorry, something went wrong.
No branches or pull requests
Hi, developers of llvm-hs-quote.
I'd like to have a new feature, an antiquote for jump label
$label:
.The following is my hope.
The text was updated successfully, but these errors were encountered: