[all-commits] [llvm/llvm-project] 9b561c: [RISCV] Make performFP_TO_INTCombine fold with ISD...

Yeting Kuo via All-commits all-commits at lists.llvm.org
Wed Dec 20 23:03:50 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b561ca044cbb9f29a676ef85539c8e36becf579
      https://github.com/llvm/llvm-project/commit/9b561ca044cbb9f29a676ef85539c8e36becf579
  Author: Yeting Kuo <46629943+yetingk at users.noreply.github.com>
  Date:   2023-12-21 (Thu, 21 Dec 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/test/CodeGen/RISCV/rvv/double-round-conv.ll
    M llvm/test/CodeGen/RISCV/rvv/float-round-conv.ll
    M llvm/test/CodeGen/RISCV/rvv/half-round-conv.ll

  Log Message:
  -----------
  [RISCV] Make performFP_TO_INTCombine fold with ISD::FRINT. (#76020)

Fold (fp_to_int (frint X)) to (fcvt X) without rounding mode.




More information about the All-commits mailing list