[all-commits] [llvm/llvm-project] 2e58d4: [RISCV] Pre-commit test.

Han-Kuan Chen via All-commits all-commits at lists.llvm.org
Thu Nov 17 22:33:20 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e58d4bc4b3f449eac0d288f483049aba23a5f7c
      https://github.com/llvm/llvm-project/commit/2e58d4bc4b3f449eac0d288f483049aba23a5f7c
  Author: Han-Kuan Chen <hankuan.chen at sifive.com>
  Date:   2022-11-17 (Thu, 17 Nov 2022)

  Changed paths:
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-shuffles.ll

  Log Message:
  -----------
  [RISCV] Pre-commit test.

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


  Commit: 7e6dbfcd9d26a8e272823669399922e2782139c8
      https://github.com/llvm/llvm-project/commit/7e6dbfcd9d26a8e272823669399922e2782139c8
  Author: Han-Kuan Chen <hankuan.chen at sifive.com>
  Date:   2022-11-17 (Thu, 17 Nov 2022)

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

  Log Message:
  -----------
  [RISCV] Make lowerVECTOR_SHUFFLEAsVSlidedown follow source until not EXTRACT_SUBVECTOR.

Current lowerVECTOR_SHUFFLEAsVSlidedown only seeks whether input are
EXTRACT_SUBVECTOR and their source are same. The commit will make the
function seek input and their source until they are not
EXTRACT_SUBVECTOR.

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


Compare: https://github.com/llvm/llvm-project/compare/d3139730e237...7e6dbfcd9d26


More information about the All-commits mailing list