[all-commits] [llvm/llvm-project] a40312: [RISCV] Don't sink i1 vectors in shouldSinkOperands.

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Jul 6 20:37:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a40312499879231a24dd32cbb3dbf4dd4bcc567a
      https://github.com/llvm/llvm-project/commit/a40312499879231a24dd32cbb3dbf4dd4bcc567a
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-07-06 (Thu, 06 Jul 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    A llvm/test/CodeGen/RISCV/rvv/sink-splat-operands-i1.ll

  Log Message:
  -----------
  [RISCV] Don't sink i1 vectors in shouldSinkOperands.

These can't create .vx instructions so there's no reason to sink them.




More information about the All-commits mailing list