[all-commits] [llvm/llvm-project] 16dc82: [RISCV] Remove isGPRF64AsFPR and isGPRPF64AsFPR fu...

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Jan 4 22:15:26 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 16dc82122bee915d122a68a4f1680ab810012906
      https://github.com/llvm/llvm-project/commit/16dc82122bee915d122a68a4f1680ab810012906
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2024-01-04 (Thu, 04 Jan 2024)

  Changed paths:
    M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfoD.td

  Log Message:
  -----------
  [RISCV] Remove isGPRF64AsFPR and isGPRPF64AsFPR functions from AsmParser. NFC

These are identical to isGPRAsFPR. By overriding the PredicateMethod
on the AsmOperands in tblgen we can share a single function.




More information about the All-commits mailing list