[all-commits] [llvm/llvm-project] b03c7e: [RISCV][GlobalISel] Test legalization for bitshift...

Nitin John Raj via All-commits all-commits at lists.llvm.org
Thu Aug 17 11:54:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b03c7efe9a0ff43a82029ef72ddb7cc29865fd24
      https://github.com/llvm/llvm-project/commit/b03c7efe9a0ff43a82029ef72ddb7cc29865fd24
  Author: Nitin John Raj <nitin.raj at sifive.com>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
    M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv32/legalize-ashr.mir
    M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv32/legalize-lshr.mir
    M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv32/legalize-shl.mir
    M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv64/legalize-ashr.mir
    M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv64/legalize-lshr.mir
    M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv64/legalize-shl.mir

  Log Message:
  -----------
  [RISCV][GlobalISel] Test legalization for bitshifting with wider types

We test for (s48, s64, s96) on rv32 and (s72, s128, s192) on rv64.

Reviewed By: craig.topper

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




More information about the All-commits mailing list