[all-commits] [llvm/llvm-project] 3f68f0: [RISCV] Optimize 2x SELECT for floating-point types

ChunyuLiao via All-commits all-commits at lists.llvm.org
Sun Jul 10 23:10:40 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f68f0f8160e4f17528669978baf1471073b90d3
      https://github.com/llvm/llvm-project/commit/3f68f0f8160e4f17528669978baf1471073b90d3
  Author: LiaoChunyu <chunyu at iscas.ac.cn>
  Date:   2022-07-11 (Mon, 11 Jul 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/test/CodeGen/RISCV/select-optimize-multiple.ll

  Log Message:
  -----------
  [RISCV] Optimize 2x SELECT for floating-point types

Including the following opcode:
 Select_FPR16_Using_CC_GPR
 Select_FPR32_Using_CC_GPR
 Select_FPR64_Using_CC_GPR

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D127871




More information about the All-commits mailing list