[BPF] Remove unused legacy passes after TargetMachine::adjustPassManager removal
D137796 made these passes unused. `opt --bpf-ir-peephole` is specified in one test. Add a `registerPipelineParsingCallback` so that we can use change the test to use `opt --passes=bpf-ir-peephole` instead.
Loading
Please sign in to comment