Files
mattgodbolt-molty 1c3e2d2eb0 Filter NVCC fatbinData label from assembly output (#5178)
NVCC embeds a 'fatbinData' label containing the raw PTX/SASS fat binary
blob in the host-side x86 assembly. This can be hundreds of lines of
hex quads that add noise to the assembly view without any value to
the user.

The fix treats 'fatbinData' as an NVCC boilerplate label that is always
considered unused, so it gets filtered when the 'Labels' filter is
active. Combined with the existing 'Directives' filter, the associated
.quad data lines are also suppressed.

Adds a representative test case using real NVCC 12.0 output structure
with 15 quad lines of fat binary data, covering all standard filter
combinations.

Closes #5178

🤖 Generated by LLM (Claude, via OpenClaw)
2026-02-22 17:35:50 -06:00
..
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00