Files
mattgodbolt-molty e36f83cb62 Add LLVM IR filters for declarations and library function thunks
Adds two new filter options to the LLVM IR view:
- 'Hide Declarations': filters external function declarations (lines
  starting with 'declare'), which are often noise when looking at user
  code (closes #6319)
- 'Hide Library Functions': filters compiler-generated library function
  thunks (e.g. @jfptr_* in Julia), which can clutter the IR view
  with boilerplate (closes #6320)

Both filters are enabled by default, matching the existing behaviour of
other IR filters (debug info, metadata, etc.).

🤖 Generated by LLM (Claude, via OpenClaw)
2026-02-21 15:55:40 -06:00
..
2025-10-28 09:45:26 +01:00
2025-06-18 09:04:23 -05:00
2025-07-28 10:34:46 -05:00
2026-02-16 14:07:57 -06:00
2025-04-24 12:10:37 -05:00
2025-07-28 10:34:46 -05:00