[all-commits] [llvm/llvm-project] ebee4f: [RISCV][LV] Add basic tests for default configuration

Philip Reames via All-commits all-commits at lists.llvm.org
Wed Jul 27 09:17:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ebee4fbb34eb3347d249bb840ba9b6ad0513ce5d
      https://github.com/llvm/llvm-project/commit/ebee4fbb34eb3347d249bb840ba9b6ad0513ce5d
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2022-07-27 (Wed, 27 Jul 2022)

  Changed paths:
    A llvm/test/Transforms/LoopVectorize/RISCV/defaults.ll

  Log Message:
  -----------
  [RISCV][LV] Add basic tests for default configuration

All of our other tests are functionality tests constrained to some
specific configuration.  This one is intended to float with the
default configuration so that changes in that default are visible
in reviews.  Note that our current default does not enable
vectorization at all; thus the current output is unvectorized.




More information about the All-commits mailing list