[llvm] [RISCV][MC] Add aliases for beq/bne with x0 as the first argument => beqz/bnez (PR #139086)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Thu May 8 10:05:22 PDT 2025


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


More information about the llvm-commits mailing list