[PATCH] D149166: [RISCV] Try to perform select => binop combines when conditional operations are available

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 21:17:18 PDT 2023


craig.topper added a comment.

I had wondered if it made sense to handle Zicond/XventanaCondOps in LowerSelect by creating RISCV::CZERO_EQZ/CZERO_NEZ opcodes. Would cut down on the number of isel patterns.


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

https://reviews.llvm.org/D149166



More information about the llvm-commits mailing list