samrat opened PR #1339 from cranelift-ir-doc-formatting
to master
:
- Move grammar segments in IR docs to code blocks
- Replace dot code in IR docs with generated image.
bjorn3 submitted PR Review.
bjorn3 submitted PR Review.
bjorn3 created PR Review Comment:
That was a
rst
annotation for the code block language, just like```productionlistfor markdown.
bjorn3 created PR Review Comment:
Maybe keep the original
.dot
file somewhere?
bjorn3 created PR Review Comment:
bjorn3 edited PR Review Comment.
samrat updated PR #1339 from cranelift-ir-doc-formatting
to master
:
- Move grammar segments in IR docs to code blocks
- Replace dot code in IR docs with generated image.
bjorn3 submitted PR Review.
bjorn3 submitted PR Review.
bjorn3 created PR Review Comment:
function_list : { function } function : "function" function_name signature "{" preamble function_body "}" preamble : { preamble_decl } function_body : { extended_basic_block }
bjorn3 created PR Review Comment:
signature : "(" [paramlist] ")" ["->" retlist] [call_conv] paramlist : param { "," param } retlist : paramlist param : type [paramext] [paramspecial] paramext : "uext" | "sext" paramspecial : "sret" | "link" | "fp" | "csr" | "vmctx" | "sigid" | "stack_limit" callconv : "fast" | "cold" | "system_v" | "fastcall" | "baldrdash_system_v" | "baldrdash_windows"
samrat updated PR #1339 from cranelift-ir-doc-formatting
to master
:
- Move grammar segments in IR docs to code blocks
- Replace dot code in IR docs with generated image.
sunfishcode submitted PR Review.
sunfishcode created PR Review Comment:
As a super minor nit: this
]
should be indented at the level of thenode [
, for consistency with how bracketed constructs are typically formatted in Rust.
sunfishcode submitted PR Review.
samrat updated PR #1339 from cranelift-ir-doc-formatting
to master
:
- Move grammar segments in IR docs to code blocks
- Replace dot code in IR docs with generated image.
sunfishcode merged PR #1339.
Last updated: Nov 22 2024 at 17:03 UTC