[llvm] [llvm-objdump][BPF] --symbolize-operands: infer local labels for BPF (PR #100550)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 30 17:13:32 PDT 2024


4ast wrote:

> keep the code in a maintainable state

a default state of a support flag being different for one architecture doesn't change anything from maintainability pov.

> is BPF significantly different to other targets

It clearly is. BPF users read assembly code pretty much daily and good readability is paramount.
Compare how bpf assembly itself looks vs all other asms. The difference should be obvious.

This particular diff #100550 is imo good to land. I misunderstood it first.

https://github.com/llvm/llvm-project/pull/100550


More information about the llvm-commits mailing list