[all-commits] [llvm/llvm-project] e8e0f3: [RISCV] Fix vfwcvt/vfncvt pseudos w/ rounding mode...

Luke Lau via All-commits all-commits at lists.llvm.org
Fri Jun 30 13:43:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e8e0f32958fafa43fb68573b09b710e6260fa9ad
      https://github.com/llvm/llvm-project/commit/e8e0f32958fafa43fb68573b09b710e6260fa9ad
  Author: Luke Lau <luke at igalia.com>
  Date:   2023-06-30 (Fri, 30 Jun 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] Fix vfwcvt/vfncvt pseudos w/ rounding mode lowering

Some signed opcodes were being lowered to their unsigned counterparts and
vice-versa.

Reviewed By: craig.topper

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




More information about the All-commits mailing list