[PATCH] D134277: [RISCV] Combine comparison and logic ops.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 12 22:20:27 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/zbb-cmp-combine.ll:11
 
 ; 4 patterns bellow will be converted to umin+less.
 define i1 @ulo(i64 %c, i64 %a, i64 %b) {
----------------
below is misspelled


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134277



More information about the llvm-commits mailing list