[all-commits] [llvm/llvm-project] 72f4e6: [RISCV] Revise interface of isLegalBitRotate [nfc]

Philip Reames via All-commits all-commits at lists.llvm.org
Thu Feb 13 11:18:20 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 72f4e656b8feb3665bd074fadf1db1e72b385030
      https://github.com/llvm/llvm-project/commit/72f4e656b8feb3665bd074fadf1db1e72b385030
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2025-02-13 (Thu, 13 Feb 2025)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp

  Log Message:
  -----------
  [RISCV] Revise interface of isLegalBitRotate [nfc]

Remove a dead parameter (DAG), and replace the ShuffleVectorSDNode param
with the two things we need from the shuffle (mask and VT).  There's
further room to improve this code, but this gets me what I need for an
upcoming patch.



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