[PATCH] D130834: [RISC-V] add more tests for analyzeBranch with zero-comparison. NFC

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 31 08:49:36 PDT 2022


jrtc27 added a comment.

Why are these tests interesting? The MC instruction doesn’t have any fewer operands, it’s still a BEQ. BEQZ is just an alias in the textual assembly.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130834/new/

https://reviews.llvm.org/D130834



More information about the llvm-commits mailing list