topperc wrote: > Do we need to set explicit priorities to ensure we get the canonical expansion of beqz/bnez for assembly input? There is no priority mechanism. `EmitPriority` is only for emission not input. https://github.com/llvm/llvm-project/pull/139086