[all-commits] [llvm/llvm-project] 191836: [RISCV][GISel] Add missing fclass tests. NFC (#96694)

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Jun 26 09:07:39 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 19183691f32c8cc6967322523f6fa338617929bd
      https://github.com/llvm/llvm-project/commit/19183691f32c8cc6967322523f6fa338617929bd
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2024-06-26 (Wed, 26 Jun 2024)

  Changed paths:
    M llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/is-fpclass-rv32.mir
    M llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/is-fpclass-rv64.mir
    M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/legalize-is-fpclass-rv32.mir
    M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/legalize-is-fpclass-rv64.mir
    M llvm/test/CodeGen/RISCV/GlobalISel/regbankselect/is-fpclass-rv32.mir
    M llvm/test/CodeGen/RISCV/GlobalISel/regbankselect/is-fpclass-rv64.mir

  Log Message:
  -----------
  [RISCV][GISel] Add missing fclass tests. NFC (#96694)

We were only testing f32 on rv32 and f64 on rv64. We need to test f32
and f64 on both rv32 and rv64.



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