[PATCH] D135600: [RISCV] Use branchless form for selects with 0 in either arm

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 11:50:53 PDT 2022


jrtc27 added a comment.

Is the branchless form better though? Branch+move can be fused but these forms can't and have more instructions to execute.


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

https://reviews.llvm.org/D135600



More information about the llvm-commits mailing list