[all-commits] [llvm/llvm-project] 4f057f: [RISCV] Expand memset.inline test coverage [nfc]

Philip Reames via All-commits all-commits at lists.llvm.org
Thu Jul 20 17:37:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4f057f5296723c6a11ea21b43a5f86fc9dde7c93
      https://github.com/llvm/llvm-project/commit/4f057f5296723c6a11ea21b43a5f86fc9dde7c93
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2023-07-20 (Thu, 20 Jul 2023)

  Changed paths:
    M llvm/test/CodeGen/RISCV/memset-inline.ll
    M llvm/test/CodeGen/RISCV/rvv/memset-inline.ll

  Log Message:
  -----------
  [RISCV] Expand memset.inline test coverage [nfc]

Add coverage for unaligned overlap cases, and for vector stores.

Note that the vector memset here is coming from store combining, not memset lowering.




More information about the All-commits mailing list