[all-commits] [llvm/llvm-project] 4afa2a: [RISCV][SelectionDAGBuilder] Fix an implicit scala...

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Jun 26 11:57:02 PDT 2023


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

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    A llvm/test/CodeGen/RISCV/rvv/pr63459.ll

  Log Message:
  -----------
  [RISCV][SelectionDAGBuilder] Fix an implicit scalable TypeSize to fixed size conversion in getUniformBase.

If the index needs to be scaled by a scalable size, just give up.

Fixes #63459

Reviewed By: frasercrmck, RKSimon

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




More information about the All-commits mailing list