[all-commits] [llvm/llvm-project] c2e97b: [RISCV] Don't enable Interleaved Access Vectorization

Luke via All-commits all-commits at lists.llvm.org
Thu Jun 17 21:38:53 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c2e97ba85e46b4d99b13d651f58179251fce9007
      https://github.com/llvm/llvm-project/commit/c2e97ba85e46b4d99b13d651f58179251fce9007
  Author: Luke <luke957 at foxmail.com>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h

  Log Message:
  -----------
  [RISCV] Don't enable Interleaved Access Vectorization

The patch https://reviews.llvm.org/D101469 is intended to enable loop unrolling,
not interleaved access vectorization. The method bool enableInterleavedAccessVectorization()
should not be implemented.




More information about the All-commits mailing list