[all-commits] [llvm/llvm-project] 652630: [ISel/RISCV] Fix fixed-vector [l]lrint lowering (#...

Ramkumar Ramachandra via All-commits all-commits at lists.llvm.org
Mon Jun 30 05:44:56 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 652630b3c918c807fca8785eabdb92393b87043a
      https://github.com/llvm/llvm-project/commit/652630b3c918c807fca8785eabdb92393b87043a
  Author: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
  Date:   2025-06-30 (Mon, 30 Jun 2025)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-llrint.ll
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-lrint.ll

  Log Message:
  -----------
  [ISel/RISCV] Fix fixed-vector [l]lrint lowering (#145898)

Make the fixed-vector lowering of ISD::[L]LRINT use the custom-lowering
routine, lowerVectorXRINT, and fix issues in lowerVectorXRINT related to
this new functionality.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list