Skip to content

ncg/aarch64: Handle MULTILINE_COMMENT identically as COMMENTs

Zubin requested to merge wip/T23002 into master

Commit 7566fd9d with the fix for #22798 (closed) was incomplete as it failed to handle MULTILINE_COMMENT pseudo-instructions, and didn't completly fix the compiler panics when compiling with -fregs-graph.

Fixes #23002 (closed)

Merge request reports